What is HTML?
HTML is a markup language we use to create and structure of our content on a website.
What is HTML used for?
It is used to structure the webpage and its content
Why are we learning HTML?
We are learning HTML because, at the ned of the day we will develop smart contracts on the Ethereum
blockchain. To show the results we need to build dapps and HTML is a must to develop a Dapps that runs on Ethereum
What is an HTML tag?
In HTML, a tag is used to create an element.
What is the structure of an HTML tag?
The opening and closing angle brackets makes the opening tag. The opening and closing angle brackets with a forward slash before the element name. Opening and closing tags make the HTML tag.
What is an attribute?
Attributes contain extra information about the element, that we don’t want to appear in the actual content.
What is the anatomy of an HTML document?
- doctype
- html element
- head element
- meta charset=“utf-8”
- Title element
- body element