OUTPUT
The output element represents the result of a calculation.
SYNTAX
HTML
<output attribute-name="attribute-value"></output>
ATTRIBUTES
NAME | VALUE | DESCRIPTION |
---|---|---|
for | IDREFS | Identifies one or more elements associated with the calculation whose result this output element represents |
form | IDREF | Identifies a form with which to associate the element |
name | string | Name part of the name/value pair associated with this element for the purposes of form submission |