HTML Elements

Understanding the building blocks of HTML

What is an HTML Element?

An HTML element is made up of a start tag, content, and an end tag. Elements tell the browser how to display content.

Example of an HTML Element

<p>This is a paragraph</p>
    

Common HTML Elements