This cool article briefly discusses no-content style elements. Particularities include that they don’t have closing brackets, and :before: and :after cannot be used on them. Examples include hr and br.
Where can I find an exhaustive list of such elements?
These elements are commonly known as empty elements, i.e. they can’t have any content, which is why
:beforeand:aftercan’t be used on them:You can find a whole list of them in this table.
In the HTML5 drafts, they are known as void elements. Here’s the list: