Explain the structure of HTML with example
Answers
Answered by
2
Answer:
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.
Explanation:
Mark me brilliant answer
Answered by
0
The basic structure of an HTML document consists of 5 elements:
<!DOCTYPE>
<html>
<head>
<title>
<body>
Similar questions