World Languages, asked by mahenndrathapa, 10 months ago

explain structure of HTML document by giving a simple example of an HTML document. ​

Answers

Answered by PearlJackson
15

<html> (This tag indicates that this web page is written in html)

<head> (This tag contains information about the web page)

<title> Title of web page </title> (This tag contains the title of your web page)

</head>

<body> (This tag marks the beginning of your content of web page)

Content of the web page

</body> (This tag marks the ending of your content of web page)

</html> (This tag marks the end of the web page)

Similar questions