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.
<output form="form_id">
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. |
How to add HTML <output> Tag | HTML Tag |
How to set Default CSS Settings on HTML <output> Tag | HTML Tag |
What is HTML <output> for Attribute | HTML Tag |
How to add HTML <output> for Attribute | HTML Tag |
What is HTML <output> form Attribute | HTML Tag |
How to add HTML <output> form Attribute | HTML Tag |
What is HTML <output> name Attribute | HTML Tag |
How to create HTML <output> name Attribute | HTML Tag |
Category: | Web Tutorial |
Sub Category: | HTML Tag |
Uploaded by: | Admin |