HTML Elements
A HTML component as a rule comprises of a begin tag and end tag, with the substance embedded in the middle:
<tagname>Content goes here...</tagname>
The HTML component is everything from the begin tag to the end tag:
<p>My first paragraph.</p>