Thuta Learning
ရှာဖွေရန်
IntermediateWeb Developmentbeginner

Ordered Lists

စိတ်လျှော့ပါ။ ဒီခန်းကို စာအုပ်လိုမဟုတ်ဘဲ စကားပြောသလိုပဲ၊ နားလည်လွယ်အောင် ရှင်းပါမယ်။

Ordered list ကို အစဉ်လိုက်လုပ်ရမယ့် step တွေအတွက်သုံးပါတယ်။ Tutorial, recipe, onboarding flow တို့မှာသုံးရင် reader လမ်းမပျောက်တော့ပါဘူး။

html
<ol>
  <li>Create index.html</li>
  <li>Add page structure</li>
  <li>Open it in browser</li>
</ol>
You should see
နံပါတ်ပါသော step list တစ်ခုမြင်ရပါမယ်။
Ordered Lists | Thuta Learning