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 <ins> ကို ကိုးကား၍ Attribute

❮ HTML <ins> တဂ်

ဥပမာ

စာသားထည့်သွင်းရခြင်းအကြောင်းရှင်းပြသည့် စာရွက်စာတမ်းသို့ URL တစ်ခုနှင့် ထည့်သွင်းထားသော စာသား၊

<p>This is a text.
<ins cite="why_inserted.htm">This is an inserted text.</ins></p>

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

ရည်ညွှန်းချက်သည် စာသား citeထည့်သွင်းခြင်း/ပြောင်းလဲရသည့် အကြောင်းရင်းကို ရှင်းပြသည့် စာရွက်စာတမ်းတစ်ခုအတွက် URL ကို သတ်မှတ်ပေးသည်။


Browser ပံ့ပိုးမှု

Attribute
cite Yes Yes Yes Yes Yes

မှတ်ချက်cite_


အထားအသို

<ins cite="URL">

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

Value Description
URL Specifies the address to the document that explains why the text was inserted/changed.

Possible values:

  • An absolute URL - Points to another web site (like cite="http://www.example.com")
  • A relative URL - Points to a page within a web site (like cite="example.html")

❮ HTML <ins> တဂ်