ok thanks....so how wud i begin? say first page etc
this cant be it myfirstwebpage.html
PHP Code:
<html>
<head>
<title>Your title goes here</title>
<link href="/style.css" rel="stylesheet" type="text/css" />
</head>
<body bgcolor="white" text="red">
<h1>My first Web page</h1>
This is my first web page!
</body>
</html>