Horje

What is HTML <object> form Attribute

The HTML <object> form Attribute is used to specify the one or more forms that the <object> Element.

Definition and Usage

The form attribute specifies the form the object belongs to.

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


Browser Support

Syntax

<object form="form_id">

Attribute Values

Value Description
form_id Specifies the <form> element the <object> 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