H
Q. Which of the following options follows content model in HTML?
i.<ul> <p>Option one </p> </ul> ii.<ul> <li>Option two </li> </ul>
The correct answer is:
(B) ii
Explanation:
HTML follows a content model, meaning elements must be nested correctly according to HTML rules.
Code (i) is incorrect ❌
<ul> <p>Option one</p> </ul>
Code (ii) is correct ✅
<ul>
<li>Option two</li>
</ul>
Why other options are incorrect?
Thus, the correct answer is (B) ii ✅.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. From which tag the descriptive list starts?
Q. Which of the following overrides container’s align-items property?
Q. Can we define the direction of the text via a CSS property?
Q. Once the email is sent, the message is broken into pieces called ..................
Q. Progress bars are not supported in ____________
Q. Outlook Express is a _________
Q. Which of the following tag is used for audio in HTML5?
Discusssion
Login to discuss.