HTML.VoidElements


Void elements are those elements that can never contain content beyond their attribute values. They must never have an end tag.

Typical examples would be the <br> and <hr> elements, <input> elements etc.