My frist day at learning how to program
Monday, September 12, 2005 10:49:01 AM
This post will be helping people with learning how to program using HTML and XHTML. I hope I can help you learn something new.
This is how you start a HTML Document
Make sure you always have brackets <> with elments in between them.
Now lets begin
Start With
<HTML>
Now you need a Head of you Web Page it ro must be between <>
<HEAD>
Now comes the Title it to must be between <>
Now if you want you text large or small you need to type a heading with a number to let the server know how large or small you want your text, and again it must be between the <>
This makes the text large mainly used for HEADING on your Webpage
This is how you start a HTML Document
Make sure you always have brackets <> with elments in between them.
Now lets begin
Start With
<HTML>
Now you need a Head of you Web Page it ro must be between <>
<HEAD>
Now comes the Title it to must be between <>




