Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
docs:programming:doctypes [2007/08/03 00:27] – created billh | docs:programming:doctypes [2008/08/03 00:25] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 3: | Line 3: | ||
There must be a DOCTYPE declaration in the document prior to the root element. The public identifier included in the DOCTYPE declaration must reference one of the three DTDs found in DTDs using the respective Formal Public Identifier. The system identifier may be changed to reflect local system conventions. | There must be a DOCTYPE declaration in the document prior to the root element. The public identifier included in the DOCTYPE declaration must reference one of the three DTDs found in DTDs using the respective Formal Public Identifier. The system identifier may be changed to reflect local system conventions. | ||
+ | |||
===== HTML 4.01 ===== | ===== HTML 4.01 ===== | ||
+ | **Strict, Transitional, | ||
<code xml> | <code xml> | ||
< | < | ||
Line 13: | Line 15: | ||
" | " | ||
</ | </ | ||
+ | |||
===== XHTML 1.0 ===== | ===== XHTML 1.0 ===== | ||
+ | **Strict, Transitional, | ||
<code xml> | <code xml> | ||
< | < |