Set the start value of an ordered list in HTML?
Answers
Answered by
4
<ol> tag is used to write ordered list in HTML.
<li> specifies list item.
" Start " attribute specifies that from where it have to start.
For example,
<ol type ="I" start="5">
<li> @adimmortal </li>
<li> @kristynna </li>
</ol>
This will give the following output :
5. @adimmortal
6. @kristynna
Similar questions
English,
6 months ago
Math,
6 months ago
English,
6 months ago
Science,
11 months ago
Computer Science,
11 months ago
Political Science,
1 year ago
Math,
1 year ago