1. What is HTML?
it is a markup language* that defines the structure of your content.
2. What is HTML used for?
used to enclose, or wrap, different parts of the content to make it appear a certain way, or act a certain way.
3. Why are we learning HTML?
- to be able to construct an application that can interact with the smart contract
4. What is an HTML tag?
it shows the start and end of elements
5. What is the structure of an HTML tag?
opening tag, content, closing tag
6. What is an attribute?
Attributes contain extra information about the element that you donât want to appear in the actual content.
7. What is the anatomy of an HTML document?
its wraps up the basics of individual HTML elements, but they arenât handy on their own. Now weâll look at how individual elements are combined to form an entire HTML page.