[ Web Proxy ]
URL:
Viewing: https://developer.mozilla.org/ko/docs/Web/HTML/Reference/Elements/embed [Back]  [Original]

<embed> - HTML: Hypertext Markup Language | MDN

This page was translated from English by the community. Learn more and join the MDN Web Docs community.

View in English Always switch to English

<embed>

Baseline Widely available

This feature is well established and works across many devices and browser versions. Its been available across browsers since 2015 7.

HTML <embed> .

In this article

<embed
  type="video/mp4"
  src="/shared-assets/videos/flower.mp4"
  width="250"
  height="200" />

.

height

CSS

src

URL

type

MIME

width

CSS

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

Specification
HTML
# the-embed-element


Web Proxy Viewer  |  New URL  |  Original Page