Write down the HTML Structure
Answers
Answered by
1
Answer:
<HTML>
<HEAD>
<TITLE></TITLE>
</HEAD>
<BODY>
</BODY>
</HTML>
Answered by
1
Answer:
<html>
<head>
<title>....</title>
</head>
<body>
</body>
</html>
Explanation:
Similar questions