Horje

What is HTML <output> form Attribute

Definition and Usage

The form attribute specifies the form the <output> tag belongs to.

The value of the form attribute must be equal to the id attribute of a <form> element in the same document.


Browser Support

Syntax

<output form="form_id">

Attribute Values

Value Description
form_id Specifies the form element the <output> element belongs to. The value of this attribute must be the id attribute of a <form> element in the same document.




Category:
Web Tutorial
Sub Category:
HTML Tag
Uploaded by:
Admin