HTML Track Detail
What are void elements in HTML?
Void elements do not have closing tags because they cannot contain children, e.g., img, input, br, hr, meta, link.
Writing closing tags for void elements is invalid in HTML.
HTML Track Detail
Void elements do not have closing tags because they cannot contain children, e.g., img, input, br, hr, meta, link.
Writing closing tags for void elements is invalid in HTML.