Computer Science, asked by anshbhasin, 8 months ago

the start attributes is used to give the beginning value of an ordered list true or false ​

Answers

Answered by si2343775
1

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