An XML element is a container which may have character data or another XML element inside.
Each element opening tag must be matched with a closing one as follows:
<price>$49.99</price>
An element may optionally have a list of associated attributes.
<person height="1.82m">Jerry</person>
DTD
The DTD for an XML element can be be expressed with an !ELEMENT declaration>