Horje

What is HTML <output> name Attribute

Definition and Usage

The name attribute specifies the name of an <output> element.

The name attribute is used to reference form data after it has been submitted, or to reference the element in a JavaScript.


Browser Support

The numbers in the table specify the first browser version that fully supports the attribute.

Syntax

<output name="name">

Attribute Values

Value Description
name Specifies the name of the <output> element





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