The DTD is the document that defines your elements.
Define what goes between your tags (the content-model in an element).
Define the attributes in your tags (the name=value pairs).
Use entities to create abbreviations, special characters, etc.
Summary
Resources used in this chapter