HTML elements are the building blocks of webpages.
<h1>My First Heading</h1> <p>This is a paragraph.</p> <div>This is a div element</div> <span>This is a span element</span>
Heading element
Paragraph element
Block container
Inline element