Identify the count of mistakes in the following markup.
<html>
<head>
</head>
<body>
<li>
<ul><p>Hello</p></ul>
</li>
<br>
<hr>
</body>
</html>
<html>
<head>
</head>
<body>
<li>
<ul><p>Hello</p></ul>
</li>
<br>
<hr>
</body>
</html>
A. 2
B. 3
C. 1
D. 0
Answer: Option B
Solution (By Examveda Team)
<p> should not be in <li> ,<br> and <hr> shpuld be closed.
Br and hr are empty tsg they are not require to close so there is not mistake of br and hr