Explain the structure of an HTML document by giving a simple example of an HTML document
Answers
Answered by
0
Explanation:
<HTML>
<head> Festival </head>
<Title> holi </Title>
<Body>
holi is a festival of color here we celebrate with our friends family <br>
</body>
</HTML>
Answered by
1
example :
<html>
<head>
<title> clean environment </title>
</head>
<body>
the survival of all living things need a clean environment.
</body>
</html>
Similar questions