What is HTML?
It is a language that defines the structure of your content, as in how it will appear on screen.
it is not a programming language but a mark up language which is a wrapper
What is HTML used for?
displaying content in a defined way visually.
Why are we learning HTML?
as a means to create a front end that interacts with our smart contracts/blockchain apps.
What is an HTML tag?
tags are the enclosing syntax of HTML this is the operating language that we use to manipulate your web content.
What is the structure of an HTML tag?
Opening Tag
Closing Tage
Content
Element
What is an attribute?
Attributes contain extra information about the element that you donāt want to appear in the actual content
What is the anatomy of an HTML document?
A conbination of HTML elements that form an entire HTML page