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 <del> cite Attribute

❮ HTML <del> တဂ်

ဥပမာ

ဖျက်လိုက်သော စာသားတစ်ခု၊ စာသားကို ဖျက်လိုက်သည့်အကြောင်းရင်းကို ရှင်းပြသည့် စာရွက်စာတမ်းတစ်ခုဆီသို့ URL တစ်ခုပါရှိသည်-

<p><del cite="del_demo_cite.htm">This text has been deleted</del></p>

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

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


Browser ပံ့ပိုးမှု

Attribute
cite Yes Yes Yes Yes Yes

မှတ်ချက် cite_


အထားအသို

<del cite="URL">

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

Value Description
URL Specifies the address to the document that explains why the text was deleted.

Possible values:

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

❮ HTML <del> တဂ်