Computer Science, asked by sainiankur0006, 6 months ago

10. To start a list with alphabet
'E', which line should be used?​

Answers

Answered by abhiram12345n
0

Answer:

The start attribute specifies the start value of the first list item in an ordered list.

This value is always an integer, even when the numbering type is letters or romans. E.g., to start counting list items from the letter "c" or the roman number "iii", use start="3".

Similar questions