<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 တို့ပေါ်လာပါမယ်။