-
Identify the count of mistakes in the following markup.
<html>
<head>
</head>
<body>
<li>
<ul><p>Interview Mania</p></ul>
</li>
<hr>
</body>
</html>
-
- 0
- 1
- 2
- 3
- None of these
Correct Option: D
We can write <p></p> tag in <ul></ul> tag as there is no such rule or else limitation. The tags <br> and <hr> are closed by default in browser.