<noembed> Description:
The <noembed> element indicates text that should be used when an embedded object can't be viewed.
Deprecated in favor of the <object></object> element.
<noembed> Web Browser Support:
- Netscape 2, 3, 4, 6, 7
- Mozilla 1
- Firefox 1
- Internet Explorer 3, 4, 5, 6
- Opera 3, 4, 5, 6, 7, 8
- Safari 1
- WebTV / MSNTV
<noembed> Attributes:
None
<noembed> End Tag:
</noembed> REQUIRED<noembed> Contents:
any element that can be used within the body of an HTML document. The following tags are valid within the <noembed> tag:
a, abbr, acronym, address, applet, b, basefont, bdo, big, dl, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, hr, i, iframe, img, input, isindex, kbd, label, map, menu, noframes, noscript, object, ol, p, param, pre, q, s, samp, script, select, small, span, strike, strong, sub, sup, table, textarea, tt, u, ul, var
<noembed> Valid Context:
The <noembed></noembed> tag is valid within the following tags:
a, abbr, acronym, address, applet, b, bdo, big, blockquote, body, button, caption, center, cite, code, dd, del, dfn, div, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, i, iframe, ins, kbd, label, legend, li, noframes, noscript, object, p, pre, q, s, samp, small, span, strike, strong, sub, sup, td, th, tt, u, var
<noembed> Usage:
- call a movie
<embed src="html.mov" width="50" height="100" />
<noembed>Web Movie</noembed>
<noembed> Special Notes:
- This tag has been deprecated in HTML 4.0 in favor of the object element.
- Be sure to enclose descriptive text, HTML, or other information within the <noembed></noembed> tag to keep it accessible for older browsers and screen readers.

