HTML Elements:
The web pages are the collection of lots of HTML Elements. There are two types of elements we are using in the web pages. They are:
- Built-in elements
- User defined elements.
All elements usually consist of a start tag and end tag, with the content inserted in between:
<tagname> Content goes here... </tagname>
Example: