Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Revision 1022470 of <noembed>

  • Revision slug: Web/HTML/Element/noembed
  • Revision title: <noembed>
  • Revision id: 1022470
  • Created:
  • Creator: cvrebert
  • Is current revision? Yes
  • Comment argh

Revision Content

{{HTMLRef}}{{Non-standard_header}}{{deprecated_header}}

The <noembed> element is a deprecated and non-standard way to provide alternative, or "fallback", content for browsers that do not support the {{HTMLElement("embed")}} element or do not support embedded content an author wishes to use. This element was deprecated in HTML 4.01 and above in favor of  {{HTMLElement("object")}}. Fallback content should be inserted between the opening and closing {{HTMLElement("object")}} tags.

While this element currently still works in many browsers, it has been deprecated and should not be used. Use {{HTMLElement("object")}} instead.

Specifications

Specification Status Comment
{{SpecName('HTML WHATWG', '#noembed', '<noembed>')}} {{ Spec2('HTML WHATWG') }} Non-conforming feature.

Revision Source

<div>{{HTMLRef}}{{Non-standard_header}}{{deprecated_header}}</div>

<p><span class="seoSummary">The <code><strong>&lt;noembed&gt;</strong></code> element is a deprecated and non-standard way to provide alternative, or "fallback", content for browsers that do not support the {{HTMLElement("embed")}} element or do not support <a href="/en-US/docs/Web/Guide/HTML/Content_categories#Embedded_content">embedded content</a> an author wishes to use.</span> This element was deprecated in HTML 4.01 and above in favor of&nbsp; {{HTMLElement("object")}}. Fallback content should be inserted between the opening and closing {{HTMLElement("object")}} tags.</p>

<div class="note">
<p>While this element currently still works in many browsers, it has been deprecated and should not be used. Use {{HTMLElement("object")}} instead.</p>
</div>

<h2 id="Specifications">Specifications</h2>

<table class="standard-table">
 <tbody>
  <tr>
   <th scope="col">Specification</th>
   <th scope="col">Status</th>
   <th scope="col">Comment</th>
  </tr>
  <tr>
   <td>{{SpecName('HTML WHATWG', '#noembed', '&lt;noembed&gt;')}}</td>
   <td>{{ Spec2('HTML WHATWG') }}</td>
   <td>Non-conforming feature.</td>
  </tr>
 </tbody>
</table>
Revert to this revision