You are here: Reference > HTML > attributes > HIDDEN (embed)

HIDDEN attribute (embed)

Browser support:
Specifies a string value that indicates whether an embed object is visible.
The embed tag is a non-standard tag in HTML but supported by all commonly used browsers.
JavaScript page for this attribute: hidden. You can find other example(s) there.

Possible values:

String that indicates the state of the visibility.
One of the following values:
false
The embed tag is visible.
true
The embed tag is unvisible.
Default: false.

Example HTML code 1:

This example illustrates the use of the HIDDEN attribute:
The sound file is played by a hidden embed control.
<embed src="sound.mid" autostart="true" hidden="true" />
Did you find this example helpful? yes no

Supported by tags:

Related pages:

External links:

User Contributed Comments

Post Content

Post Content