When self-closing tags fail

Not all HTML5 elements are self closing, though some are ‘end tag optional’

This is to demonstrate that all HTML elements are not actually self closing. There is a "self-closed" p element following this closed paragraph. And it's followed by a "self-closed" a tag and another paragraph.

As you can see, this paragraph is part of the preceeding link.

Related post