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

BR & HR

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

<br> က line break တစ်ကြောင်းဆင်းဖို့သုံးပြီး <hr> က section ခွဲတဲ့ horizontal line အတွက်သုံးပါတယ်။

သတိထားရန် — paragraph spacing လုပ်ချင်လို့ <br><br><br> အများကြီးထည့်တာ professional မကျပါဘူး။ Layout spacing ကို CSS margin/padding နဲ့လုပ်တာပိုမှန်ပါတယ်။

html
<p>This is the first line.<br>This is the second line.</p>
<hr>
<p>This is another section.</p>
You should see
Line break, divider line, နောက် paragraph တို့ပေါ်လာပါမယ်။
BR & HR | Thuta Learning