- What is HTML?
HTML stands for HyperText Markup Language. HTML is the language of the web and is used program websites.
-
What is HTML used for?
HTML is the language for building websites. -
Why are we learning HTML?
We are learning HTML because HTML is the basis for Web3 technology that will integrate with Blockchain technologies. -
What is an HTML tag?
An HTML tag describes content or code that is on a website. -
What is the structure of a HTML tag?
An HTML tag will include, sometimes an opening tag and and a closing tag. However, some HTML tags will not have a closing tag such as the img tag. -
What is an attribute?
An attribute is included in order to give additional information about a given tag. -
What is the anatomy of an HTML page?
The anatomy of an HTML page is the following:
<body>
</body>