HTML အကိုးအကား

အက္ခရာဖြင့် HTML HTML အမျိုးအစားအလိုက် HTML Browser ပံ့ပိုးမှု HTML အရည်အချင်းများ HTML ကမ္ဘာလုံးဆိုင်ရာ အရည်အချင်းများ HTML ပွဲများ HTML အရောင်များ HTML Canvas HTML အသံ/ဗီဒီယို HTML အက္ခရာအစုံများ HTML Doctypes HTML URL ကုဒ် HTML ဘာသာစကားကုဒ်များ HTML နိုင်ငံကုဒ်များ HTTP မက်ဆေ့ခ်ျများ HTTP နည်းလမ်းများ PX မှ EM Converter ကီးဘုတ်ဖြတ်လမ်းများ


HTML <area> coords Attribute

❮ HTML <area> တဂ်

ဥပမာ

ပုံမြေပုံရှိ ဧရိယာတစ်ခုစီ၏ သြဒိနိတ်များကို သတ်မှတ်ရန် coords attribute ကိုသုံးပါ-

<map name="planetmap">
<area shape="rect" coords="0,0,82,126" href="sun.htm" alt="Sun">
<area shape="circle" coords="90,58,3" href="mercur.htm" alt="Mercury">
<area shape="circle" coords="124,58,8" href="venus.htm" alt="Venus">
</map>

အဓိပ္ပါယ်နှင့် အသုံးပြုမှု

coordsရည်ညွှန်းချက်သည် ပုံမြေပုံရှိ ဧရိယာတစ်ခု၏ သြဒိနိတ်များကို သတ်မှတ်ပေးသည်

ဧရိယာ တစ်ခု၏ အရွယ်အစား၊ ပုံသဏ္ဍာန်နှင့် နေရာချထားမှုတို့ကို သတ်မှတ်ရန် attribute ကို attribute coordsနှင့် တွဲသုံး ပါသည်။shape

အကြံပြုချက်- ဧရိယာတစ်ခု၏ ဘယ်ဘက်အပေါ်ထောင့်၏ သြဒီနိတ်များသည် 0.0 ဖြစ်သည်။


Browser ပံ့ပိုးမှု

Attribute
coords Yes Yes Yes Yes Yes

အထားအသို

<area coords="value">

ရည်ညွှန်းတန်ဖိုးများ

Value Description
x1,y1,x2,y2 Specifies the coordinates of the top-left and bottom-right corner of the rectangle (shape="rect")
x,y,radius Specifies the coordinates of the circle center and the radius (shape="circle")
x1,y1,x2,y2,..,xn,yn Specifies the coordinates of the edges of the polygon. If the first and last coordinate pairs are not the same, the browser will add the last coordinate pair to close the polygon (shape="poly")

❮ HTML <area> တဂ်