Advertisements
Advertisements
Questions
Explain the following HTML tag with an example:
<UL>
Explain with an example:
<UL>
Explain
Advertisements
Solution
<UL> The tag is used to create an unordered list. It displays the list items with bullets.
Example:
<UL>
<LI>Apple</LI>
<LI>Mango</LI>
<LI>Orange</LI>
</UL>shaalaa.com
Is there an error in this question or solution?
2022-2023 (March) Official
