Which of the following options follows content model in HTML?i.<ul>
<p>Option one </p>
</ul>
ii.<ul>
<li>Option two </li>
</ul>
i.<ul>
<p>Option one </p>
</ul>
ii.<ul>
<li>Option two </li>
</ul>
A. i
B. ii
C. i and ii
D. None of the mentioned
Answer: Option B
Solution(By Exam Craze Team)
Content model specifies that certain elements are supposed to occur only within other elements.