Home » HTML » HTML Basic » Question
  1. Identify the count of mistakes in the following markup.
    <html>
    <head>
    </head>
    <body>
    <li>
    <ul><p>Interview Mania</p></ul>
    </li>
    <hr>
    </body>
    </html>
    1. 0
    2. 1
    3. 2
    4. 3
    5. 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.



Your comments will be displayed only after manual approval.