Thread: Website?
View Single Post
Old 12-01-2012, 11:52 AM   PM User | #8
geekerman
New Coder

 
Join Date: Nov 2012
Location: Manchester
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
geekerman is an unknown quantity at this point
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

Last edited by geekerman; 12-01-2012 at 11:58 AM..
geekerman is offline   Reply With Quote