Computer Science, asked by sps162011, 3 months ago

write the syntax which explains the general structure of html​

Answers

Answered by Rowdybaby5
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 achaluparikar
1

Explanation:

<HTML>

<HEAD>

<TITLE>

(title of the document)

</TITLE>

</HEAD>

<BODY>

Actual Document

</BODY>

</HTML>

hope this will help you

Similar questions