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>

현재 번역은 완벽하지 않습니다. 한국어로 문서 번역에 동참해주세요.

개요

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

주의: This topic documents only the element that is defined as part of HTML5. It does not address earlier, non-standardized implementation of the element.

속성

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

height
리소스의 표시될 높이 길이를 CSS 픽셀로 지정
src
포함된 리소스의 URL
type
인스턴스화할 플러그인을 고르기 위해 사용되는 MIME 타입
width
리소스의 표시될 가로 길이를 CSS 픽셀로 지정

예제

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

사양

사양 상태 주석
WHATWG HTML Living Standard
The definition of '<embed>' in that specification.
Living Standard  
HTML5
The definition of '<embed>' in that specification.
Recommendation  

브라우저 호환성

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

같이 보기

문서 태그 및 공헌자

 이 페이지의 공헌자: azunyan3
 최종 변경: azunyan3,