-
What is HTML?
HTML as it stands for, is a Hypertext Markup Language. -
What is HTML used for?
HTML is used to define the structure of your content on a webpage. -
Why are we learning HTML?
We are learning HTML because it allows us to display content from the blockchain and smart contracts on the web. -
What is an HTML tag?
An HTML tag is a markup that is used to encase content and create an element.
5.What is the structure on an HTML tag?
An HTML tag is made up of two parts in order to create an element. An opening tag (<>) and a closing tag (</>).The opening tag is at the beginning of the content you want to encase and the ending tag is at the end of the content.
Also, are different types of tags. āpā is used for the paragraph tag. (
).
-
What is an attribute?
An attribute is a quality or feature that can be inherited from someone or something. -
What is the anatomy of an HTML document?.
An HTML document consists of:
a. doctype
b. HTML element
c. head element
d. character set
e. title
f. body