Computer Science, asked by fayazahmad9725, 1 year ago

What all tags are required in every html page?

Answers

Answered by vibhorkumarraj12365
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 vidushi123470
5

Answer:

<HTML>, </HTML>,and <BODY>,</BODY> this is the correct answer

Similar questions