htmlcss


The HTML <noembed></noembed> element is used in conjunction with the <embed /> element to indicate content/HTML markup that will only appear if the browser does not support the <embed /> syntax. Browsers that do support the <embed /> element will ignore the contents of this element.

Attributes

This element does not accept any attributes.


HTML example:

<embed src="http://www.foo.com/embedded.object" height="50" width="75" />
<noembed>
     <b>Please>/b> try this <a href="http://www.foo.com/embedded.object">media clip</a>.
</noembed>

See Also