
<output>
태그<form oninput="x.value=parseInt(a.value)+parseInt(b.value)">0
<input type="range" id="a" value="50">100
+<input type="number" id="b" value="50">
=<output name="x" for="a b"></output>
</form>
output 태그는 계산 결과 (예 : 스크립트에 의해 수행 된 것)를 나타냅니다.
현재 IE에선 13버전이상에서 지원합니다.