selfclose
Selfclose, or self-close, refers to the syntax used in markup languages to denote an empty element that contains no content. It is commonly written as a self-closing tag, for example <tag/> in which the slash indicates the element has no inner content.
In XML and XHTML, empty elements are typically expressed with the self-closing form. Typical examples include
In HTML, the concept exists as void elements—tags that inherently do not have or require content, such
Usage and compatibility considerations vary by context. In XHTML or XML-based workflows, self-closing syntax is standard
See also: HTML, XML, XHTML, SGML, void elements, empty-element tag.