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?

  1. <OL type="A">
  2. <OL type="A" start= "5" >
  3. <OL type="E" >
  4. <OL start="E" >
Answer

<OL type="A" start= "5" >

Reason — To start a list with alphabet 'E', we write the following code:

<OL type="A" start= "5" >