emptyelement
An empty element, in the context of markup languages, refers to an element that contains no content and has no child elements. In XML and XHTML, an empty element is expressed with a self-closing tag such as <tag/>. In HTML, the analogue is the concept of void elements: elements that cannot contain content and do not have a separate end tag.
Void elements in HTML include img, br, hr, input, meta, link, area, base, col, embed, param, source,
In XML and XHTML, the self-closing form is the standard way to denote emptiness; <tag/> is equivalent
In the DOM, an empty element has no child nodes. Methods like textContent or innerHTML would yield