W3 3.2n
4.0n
NS 3.0y
4.0y
IE 3.0n
4.0n
TV 1.2y
2.1y

<NOEMBED>...</NOEMBED>

Description

This element defines content within EMBED content that is to be ignored by browsers that can activate the EMBED plug-in application. Browsers that can't/won't activate the EMBED plug-in but that understand the EMBED/NOEMBED elements or browsers that do not understand the EMBED/NOEMBED elements will display the NOEMBED content.

Attributes

** None **

Examples

Source
<EMBED src="bgsound.mid" width="145" height="60">
<NOEMBED>
You should hear a midi sound now, but you're browser doesn't
support the appropriate element.
</NOEMBED>
</EMBED>
 
Result
You should hear a midi sound now, but you're browser doesn't support the appropriate element.
Statistics