Saturday, June 9, 2007

Document Type Declaration

Document Type Declaration
A Document Type Declaration, or DOCTYPE, is an instruction that associates a particular SGML or XML document

HTML 4.01 DTDs

HTML 4.01 Strict does not allow presentational markup with the argument that Cascading Style Sheets should be used for that instead

strict doctype looks:
"http://www.w3.org/TR/html4/strict.dtd">

No comments: