All HTML pages are made up of elements. An HTML element is everything from the start tag to the end tag.
Example: heading element <h1> </h1>, form element <form> </form>.
<h1> </h1>
<form> </form>