- What is HTML?
It’s a code/markup language.
2.What is HTML used for?
It’s used for structuring a webpage and its content.
-
Why are we learning HTML?
It can be seen as a foundation for web development, with this knowledge you can build your own webpage and put your blockchain business out there for example. -
What is an HTML tag?
A tag is the start and end of an element, you can say that it “activates” the content. -
What is the structure of an HTML tag?
The opening tag, information you want to display and then closing tag. -
What is an attribute?
An attribute is additional characteristics you can give the content, for example size or style. -
What is the anatomy of an HTML document?
< !DOCTYPE html >
< html >` element
< head > element
< meta charset="…"> element
< title> element,
< body > element