In this Simulation, we will go through the steps needed to create an internal DTD for XML document shown here.
Each inventory item has <ITEM-NAME>, <ITEM-SERIAL-NUMBER>, and <QUANTITY-ON-HAND> -element that must be present in that order.
To begin, you will define a document type declaration that specifies <INVENTORY-ITEMS> as the root element.
Type <!DOCTYPE INVENTORY-ITEMS [ and press Enter.
This completes the Simulation. Click the Exit button.<