--- title: slug: Web/HTML/Element/noembed tags: - Deprecated - HTML - NeedsCompatTable - Non-standard - Reference translation_of: Web/HTML/Element/noembed --- <div>{{HTMLRef}}{{Non-standard_header}}{{deprecated_header}}</div> <p>L'element <code>&lt;noembed&gt;</code> és una forma obsoleta i no estàndard per proporcionar contingut alternatiu o de "reserva" per als navegadors que no suporten l'element {{HTMLElement("embed")}} o no són compatibles amb <a href="https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Content_categories#Embedded_content">contingut incrustat</a> (<a href="https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Content_categories#Embedded_content">embedded content</a>) que un autor desitji usar. Aquest element va ser desaprovat en HTML 4.01 i anteriorment en favor de {{HTMLElement("object")}}. El contingut de reserva ha de ser inserit entre les etiquetes d'obertura i tancament de {{HTMLElement("object")}}.</p> <div class="note"> <p>Si bé aquest element actualment encara funciona en molts navegadors, s'ha quedat obsolet i no ha de ser utilitzat. Utilitza {{HTMLElement("object")}} al seu lloc.</p> </div> <h2 id="Especificacions">Especificacions</h2> <table class="standard-table"> <tbody> <tr> <th scope="col">Especificació</th> <th scope="col">Estat</th> <th scope="col">Comentari</th> </tr> <tr> <td>{{SpecName('HTML WHATWG', '#noembed', '&lt;noembed&gt;')}}</td> <td>{{ Spec2('HTML WHATWG') }}</td> <td>Característica no conforme.</td> </tr> </tbody> </table>