Examveda
Examveda

Identify the count of mistakes in the following markup.
<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.

This Question Belongs to HTML >> Basic HTML

Join The Discussion

Comments ( 1 )

  1. Deepak
    Deepak :
    10 months ago

    Br and hr are empty tsg they are not require to close so there is not mistake of br and hr

Related Questions on Basic HTML

Choose the correct statement of HTML

A. In traditional XHTML close tag for some elements is optional but not encouraged

B. In traditional HTML close tag for some elements is optional but not encouraged

C. None of the mentioned

D. In both traditional XHTML and HTML close tag for some elements is optional