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
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
