Advertisements
Advertisements
प्रश्न
How will you define numbered list?
टिप्पणी लिखिए
Advertisements
उत्तर
- Numbered list is created within the tag pair:
<OL> </OL> tag. - The tag <LI> is used to present the list item in the list.
- Ordered list displays items in a numerical or alphabetical order.
- Both <OL> and <LI> tags are container tags. But the usual the practice, closing tag </LI> never be used.
Example:
<OL>
<LI> Tamil
<LI> Telgu
<LI> English
<LI> Computer Application
<LI> Commerce
<LI> Accountancy
<LI> Economics
</OL>shaalaa.com
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
