The HTML <output> element represents the result of a calculation.
Overview TableThe HTML <output> element represents the result of a calculation.
Attributesfor
= unordered set of unique space-separated tokensform
= the ID of a form element in the element’s ownername
= unique name<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>
Related specifications
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4