HTML <ol> start attribute
Definition and Usage
start
The attribute specifies the starting value of the first list item in the ordered list.
This value is always an integer, even if the numbering type is letters or Roman numerals. For example, to start counting list items from the letter "c" or Roman numeral "iii", use start="3".
Example
From "50" starting ordered list:
<ol start="50"> <li>ကြီးများ</li> <li>ဆင်</li> <li>မြောက်သီး</li> </ol>
Syntax
<ol start="number">
attribute value
value | ဖော်ပြ |
---|---|
number | အမှတ်အသားအော်တိုက်တွင် ပထမဆုံး အမှတ်အသား စတင်ခြင်းကို အခြေခံပြီး ဖြစ်သည် |
ဘွတ်ချိုးချိုးခြင်း
ခရီးပတ် | အိုင်ဂျီ | ဖော့ဖော့ | ဆိုဖာ | အိုပရက်ရာ |
---|---|---|---|---|
ခရီးပတ် | အိုင်ဂျီ | ဖော့ဖော့ | ဆိုဖာ | အိုပရက်ရာ |
ထောက်ပံ့ | ထောက်ပံ့ | ထောက်ပံ့ | ထောက်ပံ့ | ထောက်ပံ့ |