Forum Moderators: open
see:
----------------------------
FAQ: Choosing the best doctype for your site
[webmasterworld.com...]
----------------------------
doctypes and CSS Support
[webmasterworld.com...]
----------------------------
And, if you need any more light, bedtime reading:
HTML 4.01 Specification (the ABSTRACT section near the top)
[w3.org...]
It's notable to mention that a valid document type is still in Quirks mode if the URL is not included.
Invalid:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
Valid:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
What is the purpose of the following two SEO fodder?
Btw, that is really just one statement, although it may be wrapping onto two lines in your source.
Another recent and related thread on DOCTYPEs...
[webmasterworld.com...]