Computer Science, asked by ysheenakousar1129, 6 months ago

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 StephenDeva
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 satwik133
1

Answer:

thank you sis

Explanation:

what u need in return plz tell

Similar questions