What is HTML?
HTML is the code structuring webpage and the content; and it is not a programming language.
What is HTML used for?
to make website.
Why are we learning HTML?
in order to interact with the blockchain, or to put our blockchain for other people to use.
What is an HTML tag?
it is an mark of what inside the tag will display or will do.
What is the structure of an HTML tag?
openning tag + content + closing tag
What is an attribute?
extra property for tag(not part of the content)
What is the anatomy of an HTML document?
there are html tag which is a tag for the whole html file; the title tag which specified information show in title bar in the browser; and the body tag which contain the actual content showing to the audience.