what is the structure of HTML for class 7
Answers
Answered by
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
0
Answer:
<html>
<title>title of web page </title>
<head>
</head>
<body>
content
</body>
</html>
Similar questions