1.HTML (Hypertext Markup Language) is a coding language that enables the structuring of a web page.
- HTML is used to structure web pages and it’s contents.
3.To build the front end of blockchain projects.
4.An HTML tag opens and closes content within the element. It commands where the element begins/ take effect
5.The structure of a tag depends on if it’s an opening tag or closing. An opening tag consists of the name of the element, wrapped in opening and closing angle brackets
-
A closing tag adds a forward slash before the element name.
-
Attributes give extra command about the element that the coder does not want to appear in the created content.
-
The anatomy of the HTML document combines the individual elements to form a HTML page. They consists of the head, title and body.