Chapter 2

Writing Document Type Definitions

  1. What is a Document Type Definition?
    The DTD is the document that defines your elements.
  2. Element Type Declarations
    Define what goes between your tags (the content-model in an element).
  3. Attribute List Declarations
    Define the attributes in your tags (the name=value pairs).
  4. Entity Declarations
    Use entities to create abbreviations, special characters, etc.

Summary

Resources used in this chapter