Ans.1 Hyper Text Markup Language.It defines the structure of content using a predefined semantics.
Ans.2 HTML is used to build web pages consisting of text, numbers , images and videos.
Ans.3 To understand how front end of websites are build and how block-chain programming can be used on websites.
Ans.4 HTML tag consist of element and its used on objects to appear in a specific format or act on specific event,.
Ans 5 Opening Angle Brackets followed by closing Angle Bracket </name of element>
Ans.6 Attribute is a user defined name given to element , its like unique identifier.
Ans.7 Anatomy consist of html element as top element and everything other element is defined in the boundary of html element.
<html>
<head></head>
<title></title>
<body></body>
</html>