Q. Identify the count of mistakes in the following markup.
Code:
<html>
<head>
</head>
<body>
<li>
<ul><p>Hello</p></ul>
</li>
<br>
<hr>
</body>
</html>
β
Correct Answer: (B)
3