What all tags are required in every html page?
Answers
Answered by
50
<html>
<head>
<title>
</title>
<body>
</body>
</head>
</html>
these are the basics tags of html , therefore all tags are required as they contain special meaning to build web page
Answered by
5
Answer:
<HTML>, </HTML>,and <BODY>,</BODY> this is the correct answer
Similar questions