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> form Attribute

❮ HTML <output> tag

ဥပမာ

ဖောင်တစ်ခု၏ အပြင်ဘက်တွင်ရှိသော <output> ဒြပ်စင်တစ်ခု (သို့သော် ဖောင်၏တစ်စိတ်တစ်ပိုင်းဖြစ်နေဆဲ)။

<form action="/action_page.php" id="numform"
oninput="x.value=parseInt(a.value)+parseInt(b.value)">
<input type="range" id="a" name="a" value="50">
+ <input type="number" id="b" name="b" value="25">
<input type="submit">
</form>

<output form="numform" id="x" name="x" for="a+b"></output>

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

ရည်ညွှန်းချက် သည် tag နှင့်သက်ဆိုင် formသည့်ပုံစံကို သတ်မှတ် ပေးသည်။ <output>

ရည်ညွှန်းချက် ၏တန်ဖိုးသည် တူညီသောစာရွက်စာတမ်းရှိ ဒြပ်စင်တစ်ခု၏ attribute formနှင့် တူညီရပါမည် ။ id<form>


Browser ပံ့ပိုးမှု

Attribute
form Not supported Not supported Not supported Not supported Not supported

အထားအသို

<output form="form_id">

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

Value Description
form_id Specifies the form element the <output> element belongs to. The value of this attribute must be the id attribute of a <form> element in the same document.

❮ HTML <output> tag