Advertisements
Advertisements
प्रश्न
Explain the following HTML tag with an example:
<UL>
Explain with an example:
<UL>
स्पष्ट कीजिए
Advertisements
उत्तर
<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
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
2022-2023 (March) Official
