What is HTML? ... 2) What are Tags? ... 3) Do all HTML tags have an end tag? ... 4) What is formatting in HTML? ... 5) How many types of heading does an HTML contain? ... 6) How to create a hyperlink in HTML? ...
Sigiloso
The HTML contains six types of headings which are defined with the <h1> to </h1><h6> tags. Each type of heading tag displays different text size from another. So, </h6><h1> is the largest heading tag and </h1><h6> is the smallest one. For example:</h6>