Computer Science, asked by sevaktoral, 2 months ago

Explain the structure of an HTML document by giving a simple example of an HTML document​

Answers

Answered by amanbhuya21
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 imaginedragons52
1

example :

<html>

<head>

<title> clean environment </title>

</head>

<body>

the survival of all living things need a clean environment.

</body>

</html>

Similar questions