Computer Science, asked by ps810198, 9 hours ago

what is the structure of HTML for class 7​

Answers

Answered by hinasha8755
0

Answer:

The basic structure of an HTML document is shown here.

<HTML>

<HEAD>

<TITLE> Title of the webpage </TITLE>

</HEAD>

<BODY>

Tags that define the content of a webpage are written here.

</BODY>

</HTML>

Answered by madhavbhardwaj3000
0

Answer:

<html>

<title>title of web page </title>

<head>

</head>

<body>

content

</body>

</html>

Similar questions