Empty-Element Tags  
<element_name [attribute_name="attribute value"]*></element_name>
<element_name [attribute_name="attribute value"]* />

Empty elements have no content and are written using either the start- and end-tag syntax mentioned previously or the empty-element syntax. The two forms are functionally identical, but the empty-element syntax is more succinct and more frequently used.