Every HTML document needs a pair of head tags.
<html> <head> </head> </html>
The only thing we have to concern ourselves with in the head tags (for now) are the title tags.
<html> <head> <title></title> </head> </html>
And the bulk of the page is going to be within the body tags.
<html> <head> <title></title> </head> <body> </body> </html>
Oh, and one more thing, give your document a title, and put something in the body.
<html> <head> <title>My big ole bad page!</title> </head> <body> Hello Joe! </body> </html>
Now save it, not as a text docu
[Link] q=how+to+make+html+pages&ln=en&src=1010&crg=3.1010000.10007&barid={ ccbefb94-0465-11e2-99ce-0015584efc3a}&sf=0