Bulletproof HTML: 37 Steps to Perfect Markup [HTML & XHTML Tu...
Popularity Report
![]() |
|||
![]() |
|||
![]() |
|||
![]() |
|||
![]() |
|||
![]() |
URL Tag Cloud
Bookmark History
Saved by 30 people (8 private), first by anonymouse user on 2006-10-25
- Spacecat85 on 2008-08-23 - Tags code , xhtml , web_design , _bmarks_del.icio.us , _bmarks_Ma.gnolia , css , guide , standards , html , +Transferred , bookmarks , +Ma.gnolia , +del.icio.us
- Pixelator on 2008-03-24 - Tags article , html , tips , webdesign
- Littlewonder on 2008-03-22 - Tags article , css , html , markup , standards , tips , tutorial , webdesign , xhtml
- Jamescallmebrent on 2008-03-21 - Tags delicious_import , design , html , refererence , revisit , tutorial
- Milstan on 2008-02-08 - Tags articles
Public Sticky notes
6. What is a DTD?
A DTD, or document type definition, specifies the element types and attributes that we can use in our web page. It also defines the rules of how we can use these elements together -- it's the specification for our markup language. The DTD can also declare the character entities we can use; more about those later.
A validator will test a web page for compliance with the DTD specified in the DOCTYPE declaration either explicitly, via the system identifier, or implicitly, using the public identifier. Browsers use non-validating parsers and do not actually read the DTD. They have built-in knowledge about the various element types, and usually a hard-coded list of character entities as well.
For HTML 4.01, which is the latest and greatest version, there are three different DTDs: Strict, Transitional and Frameset.
Highlighted by scrupeda
Highlighted by scrupeda
Highlighted by scrupeda
Highlighted by scrupeda
charset) mean?
Highlighted by scrupeda


Public Comment
on 2006-11-28 by mamouri