This documentation is archived and is not being maintained.
hidden attribute | hidden property
Sets or retrieves the value indicating whether the embedded object is invisible.
Syntax
| HTML | <element hidden="p" ... > |
| JavaScript | p = object.hidden |
Property values
Type: String
false
-
Default. Object is not hidden.
true
-
Object is hidden.
See also
-
embed