<noembed> (No Embedded Media Support)
This Netscape-specific element is used to indicate alternative content to be displayed on browsers that cannot support an embedded media object. It should occur in conjunction with the embed element.
Proprietary Syntax (Defined by Netscape)
<noembed>
Alternative content for non-embed supporting browsers</noembed>
Element Specific Attributes
Netscape does not specifically define attributes for this element; however, Netscape documentation suggests that class, id, style, and title might be supported for this element.
Example
<embed src="trailer.mov" height="150" width="150">
<noembed>
<img src="trailer.gif">
<br />
Sorry, this browser is not configured to display video.
</noembed>
</embed>
Compatibility
No standards
Netscape 2, 3, 4 4.7
Notes
This element will disappear as the <object> style of inserting media into a page becomes more common.
Even if other browsers do not support the tag and render its contents, it works in the manner it was designed.