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
- <h1> to <h6> – Headings
- <p> – Paragraph
- <a> – Link
- <img> – Image