The HTML <object> form Attribute is used to specify the one or more forms that the <object> Element.
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.
<object form="form_id">
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 |