An HTML element is everything from the start tag to the end tag. Elements tell the browser how to display content.
Structure of an Element
An element consists of: Opening tag + Content + Closing tag
Self-Closing Tags
Some elements don't have closing tags. These are called void elements or self-closing tags. Examples: <br>, <hr>, <img>.