(11) Write the HTML code of list tag using <UL>
Answers
Answered by
2
Explanation:
<ul>
<li>Coffee</li>
<li>Tea
<ul>
<li>Black tea</li>
<li>Green tea</li>
</ul>
</li>
<li>Milk</li>
</ul>
Answered by
1
Explanation:
HTML - Lists
<ul> − An unordered list. This will list items using plain bullets.
<ol> − An ordered list. This will use different schemes of numbers to list your items.
<dl> − A definition list. This arranges your items in the same way as they are arranged in a dictionary.
Similar questions
Math,
4 months ago
Math,
4 months ago
Social Sciences,
4 months ago
Hindi,
8 months ago
CBSE BOARD XII,
1 year ago