Advertisements
Advertisements
Question
What is wrong with following coding?
<OL type = "a" start = "d">
Very Short Answer
Advertisements
Solution
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
Is there an error in this question or solution?
