Write the format of An HTML Document.
Answers
Answered by
12
Explanation:
1) a line containing HTML version information,
2) a declarative header section (delimited by the HEAD element),
3) a body, which contains the document's actual content. The body may be implemented by the BODY element or the FRAMESET element.
Answered by
4
Explanation:
<html>
<head>
<title></title>
</head>
<body>
</body>
<html>
there are many formulas in html but you have only ask THE format so this is the format
Similar questions