<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>
요소는 외부 어플리케이션이나 대화형 컨텐츠와의 통합점을 나타냅니다.
시도해보기
- 컨텐츠 범주 플로우 컨텐츠, 구문 컨텐츠, 포함된 컨텐츠, 대화형 컨텐츠, palpable 컨텐츠.
- 허용된 컨텐츠 없음. 이것은 empty element.
- 태그 생략 시작 태그는 있어야 하며, 종료태그는 있어서는 안됩니다.
- 허용된 부모 요소 포함된 컨텐츠를 허용하는 모든 요소
- DOM 인터페이스
HTMLEmbedElement
속성
예제
html
<embed type="video/quicktime" src="movie.mov" width="640" height="480" />
명세
Specification |
---|
HTML Standard # the-embed-element |
브라우저 호환성
BCD tables only load in the browser