1. What is HTML?
a. HTML is a markup language which interacts with the front-end.
2. What is HTML used for?
a. HTML is used for content creation for front-end development of a certain website.
3. Why are we learning HTML?
a. It gives a basic structure for programming skills and developing a website
4. What is an HTML tag?
a. It is a element which comprised from opening tag, closing tag and content
5. What is the structure of an HTML tag?
a. It consist of an opening tag, closing tag, content and an attribute
6. What is an attribute?
a. It contains additional information regarding the element, that has no actual appearance in the
content.
7. What is the anatomy of an HTML document?
a. it is written in a markup language with individual elements that are combined to form an HTML
page.