An element with no content is said to be empty.ide
In XML, you can indicate an empty element like this:this
<element></element>spa
You can also use a so called self-closing tag:orm
<element />element
The two forms produce identical results in XML software (Readers, Parsers, Browsers).it