Home / CSE / HTML- CS :: Discussion

Discussion :: HTML- CS

  1. Which of the following options follows content model in HTML?

    i.<ul>

    <p>Option one </p>

    </ul>

    ii.<ul>

    <li>Option two </li>

    </ul>

  2. A.

     i

    B.

     ii

    C.

     i and ii

    D.

     None of the mentioned

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    Content model specifies that certain elements are supposed to occur only within other elements.


Be The First To Comment