Export to GitHub

doctype-mirror - EmbedElement.wiki


You are here: Home > HTML Reference > Elements > embed element

Usage

The embed element represents an integration point for an external (typically non-HTML) application or interactive content.

<embed src="the-show-with-zefrank.mp4" type="video/mp4" width="320" height="240"> </embed>

Attributes

  • align
  • disabled
  • height
  • hidden
  • hspace
  • name
  • palette
  • pluginspage
  • pluginurl
  • src
  • type
  • units
  • vspace
  • width
  • common attributes

Browser compatibility

Compatibility table legend

| Test | IE8 | IE7 | IE6 | FF3 | FF2 | Saf3 | Op9 | Chrome | |:---------|:--------|:--------|:--------|:--------|:--------|:---------|:--------|:-----------| | appears in DOM | Y | Y | Y | Y | Y | Y | Y | Y | | applies style | Y | N | N | Y | Y | Y | Y | Y |

Further reading