3. Identify and correct the errors in the following HTML code.
<html>
<title>computer test </title>
</head>
<body>
<h1> Attend all the question
<p> All the best
<br>
</body>
Answers
Answered by
1
Answer:
1. "head" tag is closed without open tag
2. h1 and p tags are not closed
3. no HTML close tag
Explanation:
<html>
<head>
<title>computer test </title>
</head>
<body>
<h1> Attend all the question
<p> All the best </p>
</h1>
<br>
</body>
</html>
Answered by
1
Answer:
thank you sis
Explanation:
what u need in return plz tell
Similar questions
Social Sciences,
5 months ago
Environmental Sciences,
5 months ago
English,
10 months ago
Math,
1 year ago