Advertisements
Advertisements
प्रश्न
What is wrong with following coding?
<UL type = "a" start = 4>
लघु उत्तरीय
Advertisements
उत्तर
<UL> is used to define unnumbered lists, i.e., no number or letter is attached with list items. Therefore, we cannot use the start attribute with <UL>.
Also, the valid values for the type attribute of <UL> are disc, circle, and square. Thus, we cannot give it a value like "a".
shaalaa.com
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
