<embed>

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020.

HTML <embed> 요소는 외부 어플리케이션이나 대화형 컨텐츠와의 통합점을 나타냅니다.

시도해보기

속성

이 요소는 전역 속성을 포함합니다.

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

브라우저 호환성

Report problems with this compatibility data on GitHub
desktopmobile
Chrome
Edge
Firefox
Opera
Safari
Chrome Android
Firefox for Android
Opera Android
Safari on iOS
Samsung Internet
WebView Android
WebView on iOS
embed
align
Deprecated
height
name
Deprecated
src
type
width

Legend

Tip: you can click/tap on a cell for more information.

Full support
Full support
Deprecated. Not for use in new websites.

같이 보기