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> ပစ်မှတ် Attribute

❮ HTML <area> တဂ်

ဥပမာ

ပုံမြေပုံတွင် လင့်ခ်ချိတ်ထားသော စာရွက်စာတမ်းကို ဖွင့်ရမည့်နေရာကို သတ်မှတ်ရန် ပစ်မှတ် attribute ကိုသုံးပါ-

<map name="planetmap">
<area shape="rect" coords="0,0,82,126" href="sun.htm" alt="Sun" target="_blank">
<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>

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

targetရည်ညွှန်းချက်သည် လင့်ခ်ချိတ်ထားသော စာရွက်စာတမ်းကို ဖွင့်ရမည့်နေရာကို သတ်မှတ်ပေးသည်

ရည်ညွှန်းချက် ရှိမှသာလျှင် အသုံးပြု hrefသည်။


Browser ပံ့ပိုးမှု

Attribute
target Yes Yes Yes Yes Yes

အထားအသို

<area target="_blank|_self|_parent|_top|framename">

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

Value Description
_blank Opens the linked document in a new window or tab
_self Opens the linked document in the same frame as it was clicked
_parent Opens the linked document in the parent frame
_top Opens the linked document in the full body of the window
framename Opens the linked document in a named iframe

❮ HTML <area> တဂ်