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.

<embed>

Esta tradução está incompleta. Ajude atraduzir este artigo.

Sumário

O Elemento HTML <embed> representa um ponto de integração para uma aplicação externa ou conteúdo interativo (em outras palavras, um plug-in).

Note: Este tópico documenta apenas os elementos que são definidos como parte do HTML5. Não se refere aos anteriores, implementações não-padronizadas do elemento.

Attributes

This element includes the global attributes.

height
The displayed height of the resource, in CSS pixels.
src
The URL of the resource being embedded.
type
The MIME type to use to select the plug-in to instantiate.
width
The displayed width of the resource, in CSS pixels.

Examples

<embed type="video/quicktime" src="movie.mov" width="640" height="480">

Specifications

Specification Status Comment
WHATWG HTML Living Standard
The definition of '<embed>' in that specification.
Living Standard  
HTML5
The definition of '<embed>' in that specification.
Recommendation  

Browser compatibility

Note: There is currently an implementation difference in between browsers. While Blink (Chrome, Opera) will display the content of HTML resource, Firefox displays a generic message saying the content needs a plug-in (see bug 730768). It is recommended to use the <object> or <iframe> element.

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari
Basic support (Yes) 1.0 (1.7 or earlier) (Yes) (Yes) (Yes)

See also

Etiquetas do documento e colaboradores

 Colaboradores desta página: Tonihtml
 Última atualização por: Tonihtml,