Easy Tutorial
❮ Av Prop Played Att Del Datetime ❯

HTML <output> form Attribute

HTML <output> Tag

Example

An <output> element located outside the form (but still part of the form):


Browser Support

Almost all major browsers do not support the form attribute.


Definition and Usage

The form attribute specifies one or more forms that the <output> element belongs to.


Differences Between HTML 4.01 and HTML5

The <output> tag is new in HTML5.


Syntax

Attribute Values

Value Description
form_id Specifies a space-separated list of ids of one or more forms that the <output> element belongs to.

❮ Av Prop Played Att Del Datetime ❯