output 要素

+ = 60
<form oninput="result.value=parseInt(a.value)+parseInt(b.value)">
 <input type="range" name="b" value="50" /> +
 <input type="number" name="a" value="10" />=
 <output name="result"></output>
</form>

Can I use


新着記事

コメントは受け付けていません。