HTML (HyperText Markup Language) ဆိုတာ website/page တစ်ခုထဲက content တွေကို browser နားလည်အောင် “ဒါက ခေါင်းစဉ်၊ ဒါကစာပိုဒ်၊ ဒါကပုံ၊ ဒါက button မဟုတ် link” လို့ label တပ်ပေးတဲ့ language ဖြစ်ပါတယ်။
HTML က programming language မဟုတ်ပါဘူး။ Loop, condition, database logic တွေ run မလုပ်ပါဘူး။ ဒါပေမယ့် website တိုင်းနီးပါးရဲ့ foundation ဖြစ်လို့ web development မှာ ပထမဆုံးကိုင်သင့်တဲ့ tool ပါ။ အိမ်ဆောက်မယ်ဆိုရင် foundation မချဘဲ roof တင်လို့မရသလိုပါပဲ။
html
<h1>Hello World!</h1>
<p>This is my first paragraph.</p>You should see
Browser မှာ ကြီးတဲ့ heading တစ်ခုနဲ့ အောက်က paragraph တစ်ခုမြင်ရပါမယ်။