eWebProgrammer
prev next prev next
Course navigation
Lesson 10
Objective
  A checklist for creating DTDs
Create a DTD from an existing set of tags.
   
The following checklist outlines the steps you can take to create a DTD from an existing set of tags:
  1. Determine the root element for the document.
  2. List all the other elements used in the document.
  3. Create the document tree structure for these elements.
  4. Note whether elements need to appear in a specific order.
  5. Note whether certain elements have content that must be present, can be present, or may be present multiple times.
  6. Note which elements will contain text, which will only contain other elements, and which may contain both.
Dtd mechanics creation
The next lesson concludes this module.
DTD Checklist - Exercise
Click the Exercise button to create a DTD.
DTD Checklist - Exercise
Course navigation