1.What is HTML?
It is a markup language (Not a programing language)
2.What is HTML used for?
It defines the structure of your content
3.Why are we learning HTML?
It allows you to interact the Front end part with the Backend
4.What is an HTML tag?
It is to enclose or wrap a content that can a word or an image etc.
5.What is the structure of an HTML tag?
The structure is an opening tag and a closing tag. Inside the tag you have the content
All togheter it is an element. The content can have an attribute.
6. What is a attribute?
It provides extra information about an element It as The following structure
opening tag name=âvalueâ closing tag
7. What is the anatomy of an HTML document?
It is the structure of a document
Here an example of an anatomy
Text Paragraph 1
Text Paragraph2