Computer Science, asked by mt7777322, 3 months ago

to start a list at the count 3, use which.
options
I <ol start="3">
ii< ol begin="3">
iii< ol list="5">

Answers

Answered by 20120826
1

Explanation:

An ordered list starting at "50": <ol start="50"> <li>Coffee</li> ... The start attribute specifies the start value of the first list item in an ordered list. This value is always an integer, ... 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