Attributes တွေက element တစ်ခုကို အပို information ပေးတဲ့ settings လိုပါပဲ။ Format က name="value" ဖြစ်ပြီး start tag ထဲမှာရေးပါတယ်။
href— link သွားမယ့် addresssrc— image/video/audio file sourcealt— image မပေါ်ရင်ဖော်ပြမယ့်စာ + accessibility အတွက်အရေးကြီးclass/id— CSS/JavaScript နဲ့ချိတ်ဖို့ name tag လေးတွေ
html
<a href="https://www.google.com" target="_blank">Go to Google</a>
<img src="image.jpg" alt="A peaceful mountain" width="300">
<p class="highlight" id="intro-text">This paragraph can be styled later.</p>You should see
Link, image, class/id ပါတဲ့ paragraph ကို browser ကဖတ်နိုင်ပါမယ်။