Computer Science, asked by nayaksulendra69, 1 month ago

find the error and write the correct answer:-
<html>
<head></head>
<title>Hello<title>
<body></body>
</html>

(b.)
<html>
<head><title>Class8</title></head>
<body>
<h7>Hello Class 8</h7>
</body>
</html>​

Answers

Answered by akshar68
0

Answer:

<html>

<head>

<title> Class8 </title>

<body>

<h6> Hello class 8 </h6>

</body>

</html>

Explanation:

How can use any heading tag upto 6 because there are only six heading tags

Mark as brainliest

Similar questions