0.4 Write and explain the format of An HTML Document.
Answers
Answered by
0
An HTML Document is mainly divided into two parts: HEAD: This contains the information about the HTML document. For Example, Title of the page, version of HTML, Meta Data etc. BODY: This contains everything you want to display on the Web Page.
Answered by
0
<DOCTYPE html> - start tag
<Html> - html tag open
<Head> - Head tag
</Head> - head tag close
<body> - body rag
<Type here>
</Body> - body close tag
</Html> - close tag
Similar questions