Q1: What is HTML?
Hyper Text Markup Language is the language of the web. It is the standard formatting text and is used to create organize webpages, by allowing text to turn into images, tables and links.
Q2: What are tags?
Tags are used in html to format content, and it is wrapped in angle brackets and can have closing tag. ex: <p> hey</p>
Q3: Do all tags have a closing tag?
In html not all tags have a closing tag, for example <img> tag doesn’t have a closing tag.
Q4: How many different types of heading does HTML have?
HTML contains 6 different heading tags from <h1> through <h6>. The heading sizes get smaller as you go higher.