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

❮ HTML <a> တဂ်

ဥပမာ

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

<a href="https://www.w3schools.com" target="_blank">Visit W3Schools</a>

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

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


Browser ပံ့ပိုးမှု

Attribute
target Yes Yes Yes Yes Yes

အထားအသို

<a 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 (this is default)
_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 the named iframe

❮ HTML <a> တဂ်