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

Paragraphs

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

<p> tag က paragraph အတွက်ပါ။ Browser က paragraph တစ်ခုစီကြား spacing ကို default ထည့်ပေးပါတယ်။ စာရှည်တွေကို paragraph ခွဲရေးရင် user ဖတ်ရတာပိုလွယ်ပါတယ်။ Wall of text ကြီးတစ်ခုဆို reader ရဲ့မျက်လုံးက Wi‑Fi disconnect ဖြစ်သွားတတ်ပါတယ်။

html
<p>This is the first paragraph.</p>
<p>This is the second paragraph. It has space from the first one.</p>
You should see
Paragraph ၂ ခုကို space ခြားပြီးမြင်ရပါမယ်။
Paragraphs | Thuta Learning