Forum Moderators: open
is there an on-line resource here at WebmasterWorld or elsewhere on the net that I can study exactly what is required to write 4.01 strict compliant HTML?
Thanks to all in advance!
Neophyte
[htmlhelp.com...]
If you prefer the formal specification, try here:
[w3.org...]
There is no significant difference between HTML 4.01 Strict and XHTML 1.0 Strict, as the latter is a reformulation of the former. You don't have trailing slashes in HTML, so
<br /> becomes <br>, same goes for img and meta. Elements which have closing tags are the same as XHTML 1.0 Strict, although some closing tags are optional in HTML but always required in XHTML.