An HTML element is a component...
Here is an example of some common HTML elements:
<h1>Heading 1</h1>
<p>This is a paragraph.</p>
<a href="https://www.example.com">Visit Example.com</a>
<img src="image.jpg" alt="Description of the image">