HTML Anatomy
HTML is composed of Elements, Tags & Contents.
The diagram above shows how a heading is written in HTML.
The Heading Element is made up of a opening tag , with content - "Welcome to Jamfinity" & a closing tag
Tags are usually surrounded written in between a greater than ( < ) and a less than ( > ) sign.
The tag and it’s content together is called an HTML element.
In the Example below the left panel contains the HTML code & the right Panel is what we will see in our browser.