Advertisements
Advertisements
प्रश्न
What is wrong with following coding?
<OL type = "a" start = "d">
अति संक्षिप्त उत्तर
Advertisements
उत्तर
The value of the start attribute should be a number. If we want to start the above list from d, i.e., the 4th letter, we should specify it as:
<OL type = "a" start = 4>
shaalaa.com
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
