DTD – Elements
An ELEMENT declaration is used to declare the elements in a DTD. Declaring Elements: Syntax: OR Empty Elements: The category keyword EMPTY is used to declare the Empty elements. Syntax: Example: XML example: Elements with Parsed Character Data: To declare the elements with only parsed character data, the #PCDATA is used inside parentheses. Syntax: Example: … Read more