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
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
