write the syntax which explains the general structure of html
Answers
Answered by
1
Answer:
The general structure of an HTML document has two sections, namely Head and Body. The main content of the HTML document is written here along with the attributes which enhance the appearance of a web page
Answered by
1
Explanation:
<HTML>
<HEAD>
<TITLE>
(title of the document)
</TITLE>
</HEAD>
<BODY>
Actual Document
</BODY>
</HTML>
hope this will help you
Similar questions
Physics,
2 months ago
Chemistry,
2 months ago
Computer Science,
2 months ago
Math,
5 months ago
India Languages,
5 months ago
Math,
11 months ago
Computer Science,
11 months ago
English,
11 months ago