HTML Elements
Description
An HTML element is one piece of 'marked up' text including the start tag and end tag.
For example:
<tag>marked up text</tag>
Note: The name of the start tag and the end tag must be the same.
We can also have an empty HTML element.
For example:
<tag/>