PDA

View Full Version : Beginning of a page



merickson
October 20th, 2002, 20:51
My content is almost ready and I'm putting the finishing touches on my site.

A book I have says that a web page should have this format:

!DOCTYPE
HTML
HEAD
TITLE..../TITLE
.
.
/HEAD
BODY
.
.
.
/BODY
/HTML

Yet when I use Word 98 to convert to HTML, it does not put a !DOCTYPE.
Does the

HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"

do the same thing.

Also, I sincerely hope that HTML tags are not case sensitive.

Bruce
October 20th, 2002, 21:04
Originally posted by merickson
HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"That would be the document type.
[/b]
Also, I sincerely hope that HTML tags are not case sensitive. [/B]Don't worry, they're not. You could have <hTmL> if that floats your boat.

merickson
October 20th, 2002, 22:04
Thank you.
Now I only have 368 things to fret about.