--- title: slug: Web/HTML/Element/embed tags: - HTML - HTML 포함된 컨텐츠 - HTML5 - 레퍼런스 - 요소 - 웹 translation_of: Web/HTML/Element/embed --- {{HTMLRef}} HTML <embed> 요소는 외부 어플리케이션이나 대화형 컨텐츠와의 통합점을 나타냅니다. {{EmbedInteractiveExample("pages/tabbed/embed.html", "tabbed-standard")}} 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. 컨텐츠 범주 플로우 컨텐츠, 구문 컨텐츠, 포함된 컨텐츠, 대화형 컨텐츠, palpable 컨텐츠. 허용된 컨텐츠 없음. 이것은 {{Glossary("empty element")}}. 태그 생략 시작 태그는 있어야 하며, 종료태그는 있어서는 안됩니다. 허용된 부모 요소 포함된 컨텐츠를 허용하는 모든 요소 DOM 인터페이스 {{domxref("HTMLEmbedElement")}} 속성 이 요소는 전역 속성을 포함합니다. {{htmlattrdef("height")}} 리소스의 표시될 높이 길이를 CSS 픽셀로 지정 {{htmlattrdef("src")}} 포함된 리소스의 URL {{htmlattrdef("type")}} 인스턴스화할 플러그인을 고르기 위해 사용되는 MIME 타입 {{htmlattrdef("width")}} 리소스의 표시될 가로 길이를 CSS 픽셀로 지정 예제 <embed type="video/quicktime" src="movie.mov" width="640" height="480"> 명세 명세 상태 주석 {{SpecName('HTML WHATWG', 'the-iframe-element.html#the-embed-element', '<embed>')}} {{Spec2('HTML WHATWG')}} {{SpecName('HTML5 W3C', 'embedded-content-0.html#the-embed-element', '<embed>')}} {{Spec2('HTML5 W3C')}} 브라우저 호환성 {{Compat("html.elements.embed")}} 같이 보기 다양한 타입의 포함된 컨텐츠를 위해 사용되는 다른 요소들 {{HTMLElement("audio")}}, {{HTMLElement("canvas")}}, {{HTMLElement("iframe")}}, {{HTMLElement("img")}}, {{MathMLElement("math")}}, {{HTMLElement("object")}}, {{SVGElement("svg")}}, and {{HTMLElement("video")}}.
HTML <embed> 요소는 외부 어플리케이션이나 대화형 컨텐츠와의 통합점을 나타냅니다.
<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.
이 요소는 전역 속성을 포함합니다.
<embed type="video/quicktime" src="movie.mov" width="640" height="480">
{{Compat("html.elements.embed")}}