XML Elements are the main building blocks of XML documents. XML Elements can contain text, other elements, or be empty.
<sampleelement>Text of an element</sampleelement>
<sampleelement> <otherelement1>Text of an element</otherelement1> <otherelement2>Text of an element</otherelement2> <sampleelement>
<sampleelement></sampleelement> or <sampleelement />