CBSE Class 10 Computer Applications
Question 56 of 79
Basic HTML Elements — Question 21
Back to all questions 21
Question Question 21
To start a list with alphabet 'E', which line should be used?
<OL type="A"><OL type="A" start= "5" ><OL type="E" ><OL start="E" >
<OL type="A" start= "5" >
Reason — To start a list with alphabet 'E', we write the following code:
<OL type="A" start= "5" >