HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

output

Description

The output element for HTML represents the result of a calculation.

Syntax

HTML

<output attribute-name="attribute-value"></output>

Attributes

Global

NameValueDescription
forIDREFSIdentifies one or more elements associated with the calculation whose result this output element represents
formIDREFIdentifies a form with which to associate the element
namestringName part of the name/value pair associated with this element for the purposes of form submission

Examples

1 · for

2 · form

3 · name