Forum Moderators: open
For some reason I thought it replaced <html> and my page validates fine using W3C's validation service. However when I tried validating it using Dreamweaver MX, it said that I needed the <html> starting tag.
Which way is proper? TIA!
Joellyn
If I use the W3C validator with XHTML 1, I get
<head>
^Error: element "head" not allowed here; assuming missing "html" start-
As for leaving off the doctype - funny thing about the W3C validator - if I leave off the doctype, and try to use doctype override, it flags all kinds of errors with my doctype tags (which aren't there) and gives fatal errors. Apparently it doesn't even recognize it's own code as valid DTD.