Perform a calculation and show the result in an <output> element:
![]()
The <output> tag is supported in Firefox, Opera, Chrome, and Safari.
Note: The <output> tag is not supported in Internet Explorer.
The <output> tag represents the result of a calculation (like one performed by a script).
The <output> tag is new in HTML5.
New : New in HTML5.
| Attribute | Value | Description |
|---|---|---|
| forNew | element_id | Specifies the relationship between the result of the calculation, and the elements used in the calculation |
| formNew | form_id | Specifies one or more forms the output element belongs to |
| nameNew | name | Specifies a name for the output element |
The <output> tag also supports the Global Attributes in HTML.
The <output> tag also supports the Event Attributes in HTML.
Your message has been sent to W3Schools.