An empty tag in HTML, also known as a void element, is a tag that does not require a closing tag. It only contains attributes, and no content. Examples of empty tags include ,
, , and
. These stand for image, line break, input field, and horizontal rule, respectively. For example, the tag requires attributes like ‘src’ and ‘alt’ to deliver the intended output but does not have a closing tag.