HTML 5
Represents the result of a calculation.
HTML Syntax
<output
class = classname
id = value
style = css_style_rules
title = text
>
NOTE: Both start and end tags are required.
The <output>
element supports the following attributes, in addition to global attributes common to all HTML elements.
for | element_id | Specifies the relationship between the result of the calculation, and the elements used in the calculation |
form | form_id | Specifies which form the output element belongs to |
name | name | Specifies a name for the output element |
<output>MSN</output>