<embed>
HTML <embed>
요소는 외부 어플리케이션이나 대화형 컨텐츠와의 통합점을 나타냅니다.
시도해보기
The source for this interactive example is stored in a GitHub repository. If you'd like to contribute to the interactive examples project, please clone https://github.com/mdn/interactive-examples and send us a pull request.
- 컨텐츠 범주 (en-US) 플로우 컨텐츠 (en-US), 구문 컨텐츠 (en-US), 포함된 컨텐츠, 대화형 컨텐츠, palpable 컨텐츠.
- 허용된 컨텐츠 없음. 이것은 empty element.
- 태그 생략 시작 태그는 있어야 하며, 종료태그는 있어서는 안됩니다.
- 허용된 부모 요소 포함된 컨텐츠를 허용하는 모든 요소
- DOM 인터페이스
HTMLEmbedElement
(en-US)
속성
이 요소는 전역 속성 (en-US)을 포함합니다.
예제
<embed type="video/quicktime" src="movie.mov" width="640" height="480">
명세
Specification |
---|
HTML Standard # the-embed-element |
브라우저 호환성
BCD tables only load in the browser
같이 보기
- 다양한 타입의 포함된 컨텐츠를 위해 사용되는 다른 요소들
<audio>
,<canvas>
,<iframe>
,<img>
,<math> (en-US)
,<object>
,<svg>
(en-US), and<video>
.