About empty elements

The elements with content

The end tag is required.
<p>Content</p>

The empty elements

The end tag is not required.
<hr> (HTML)
<hr /> (XHTML)

List of empty elements