The output
tag is used to output the result of a JavaScript script to HTML.
Attributes
Attribute |
Description |
for |
Specifies id one or more elements to associate with the output tag.
|
form |
Specifies the name of the form that the output area belongs to.
|
name |
Specifies a unique name for the element. |