Home / CSE / HTML- CS :: Discussion

Discussion :: HTML- CS

  1. Identify the count of mistakes in the following markup.

    <html>

    <head>

    </head>

    <body>

    <li>

    <ul><p>Hello</p></ul>

    </li>

    <br>

    <hr>

    </body>

    </html>

  2. A.

     2

    B.

     3

    C.

     1

    D.

     0

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    <p> should not be in <li> ,<br> and <hr> shpuld be closed.


Be The First To Comment