what is the structure of HTML?
Answers
Answered by
2
An HTML document has
two main parts: - 1)head. The head element contains title and 2)meta data of a web document.
two main parts: - 1)head. The head element contains title and 2)meta data of a web document.
webstar0:
meta means
Answered by
7
Short note on HTML:
⇒ HTML stands for Hyper text Markup Language.
⇒ It is a language devised to allow website creation.
⇒ It is a global language which is used to create static web pages.
⇒ It contains group of tags and elements. tags contains attributes
⇒ It is a case sensitive language which can be understood by all browsers.
Structure of HTML:
<html>
<head> ----- Optional
<title></title> ------ Optional
</head>
<body> ------ Mandatory
Welcome to brainly.in
</body>
</html>
Hope this helps!
Similar questions