Computer Science, asked by webstar0, 1 year ago

what is the structure of HTML?

Answers

Answered by Darvince
2
An HTML document has
two main parts: - 1)head. The head element contains title and 2)meta data of a web document.

webstar0: meta means
webstar0: meta not
webstar0: body is the ryt answer
siddhartharao77: we use meta in real time..It is present in the head section!.. it is optional!
webstar0: html has 2 main parts and one is head and second is body
siddhartharao77: yes... head and body... thats what i have written...
webstar0: yes u both r ryt
siddhartharao77: In this answer, he should have mentioned body tag instead of meta tag..because body is mandatory
webstar0: yes that's ryt
Answered by siddhartharao77
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