An HTML element is defined by a start tag, some content, and an end tag.

HTML Elements
The HTML element is everything from the start tag to the end tag:
<tagname>Tag Content come here</tagname>
An HTML element is defined by a start tag, some content, and an end tag.

The HTML element is everything from the start tag to the end tag:
<tagname>Tag Content come here</tagname>