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 <output> name Attribute

❮ HTML <output> tag

ဥပမာ

တွက်ချက်မှုတစ်ခုလုပ်ဆောင်ပြီး <output> element တွင် ရလဒ်ကိုပြသသည်-

<form oninput="x.value=parseInt(a.value)+parseInt(b.value)">
  <input type="range" id="a" value="50">
  +<input type="number" id="b" value="25">
  =<output name="x" for="a b"></output>
</form>

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

ရည်ညွှန်းချက်သည် ဒြပ်စင် တစ်ခု၏ nameအမည်ကို သတ်မှတ်သည် <output>

nameရည်ညွှန်းချက်ကို တင်ပြပြီးနောက် ဖောင်ဒေတာကို ကိုးကားရန် သို့မဟုတ် JavaScript တွင် ဒြပ်စင်ကို ကိုးကားရန် အသုံးပြုသည်


Browser ပံ့ပိုးမှု

ဇယားရှိ နံပါတ်များသည် attribute ကို အပြည့်အဝထောက်ခံသည့် ပထမဆုံးဘရောက်ဆာဗားရှင်းကို သတ်မှတ်ပေးပါသည်။

Attribute
name 10.0 13.0  4.0 7.0 11.5

အထားအသို

<output name="name">

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

Value Description
name Specifies the name of the <output> element

❮ HTML <output> tag