Q. Which of the following options follows content model in HTML?
Code:
i.<ul>
<p>First </p>
</ul>
ii.<ul>
<li>Second </li>
</ul>
β
Correct Answer: (D)
i and ii both