- What is HTML?
Hypertext Markup Language
- What is HTML used for?
Is is the code that structures the content of a webpage.
- Why are we learning HTML?
It is the most basic building block of any webapge.
- What is an HTML tag?
It assigns a spefific attribute to a piece of content in the code.
If you want to make string a paragraph you write
The string on its own
- What is the structure of an HTML tag?
Opening tag, Content, Closing tag
6. What is an attribute?
IT give extra information motion about an element that you do not want to see on screen.
- What is the anatomy of an HTML document?