Post

Void Element in HTML

Void element

A void element is an element in HMTL that cannot have any child nodes (i.e., nested elements or text nodes.)
Void elements only have a start tag; end tags must not be specified for void elements.

Void elements