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. Outlook Express is a _________
Q. Which tag is used to lists the items with bullets?
Q. Which of the following is valid IP address?
Q. Which HTML element is used for short quote?
Q. The common elements which describes the web page is:
Q. What is the correct HTML for making a hyperlink?
Q. HTML tags with no content are called _____.
Q. What is the correct HTML code for inserting a background image?
Discusssion
Login to discuss.