An HTML element = <start tag> content </end tag>
For example: <h1>This is h1 element</h1>
Now there are many tags, for which content is absent. Such tags are empty elements and they are closed in start tag.
For example: <br/>