A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://webplatform.github.io/docs/html/elements/output below:

output · WebPlatform Docs

output Summary

The HTML <output> element represents the result of a calculation.

Overview Table
DOM Interface
HTMLOutputElement

The HTML <output> element represents the result of a calculation.

Attributes Examples
<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
HTML 5.1
W3C Working Draft
HTML 5
W3C Recommendation

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