Get to know MDN better
This page was translated from English by the community. Learn more and join the MDN Web Docs community.
This feature is well established and works across many devices and browser versions. It’s been available across browsers since 2015년 7월.
HTML <object> 요소는 이미지나, 중첩된 브라우저 컨텍스트, 플러그인에 의해 다뤄질수 있는 리소스와 같은 외부 리소스를 나타냅니다.
이 속성은 전역 속성을 포함합니다.
archiveA space-separated list of URIs for archives of resources for the object.
borderThe width of a border around the control, in pixels.
classidThe URI of the object's implementation. It can be used together with, or in place of, the data attribute.
codebaseThe base path used to resolve relative URIs specified by classid, data, or archive. If not specified, the default is the base URI of the current document.
codetypeThe content type of the data specified by classid.
data리소스의 URL. 최소 하나의 data와 type가 정의되어야 합니다.
declareThe presence of this Boolean attribute makes this element a declaration only. The object must be instantiated by a subsequent <object> element. In HTML5, repeat the <object> element completely each that that the resource is reused.
formobject 요소와 관련된 form 요소. 이 속성의 값은 같은 문서의 <form> 요소의 ID 속성의 값이여야 합니다.
height표시될 리소스의 높이를 CSS 픽셀 단위로 지정합니다.
name유효한 브라우징 컨텍스트의 이름(HTML5) 또는, 컨트롤의 이름(HTML 4)
standbyA message that the browser can show while loading the object's implementation and data.
tabindexThe position of the element in the tabbing navigation order for the current document.
typedata에 의해 지정된 리소스의 컨텐츠 타입. 최소 한 개의 data와 type가 정의되어야 합니다.
typemustmatchtype와 리소스의 실제 컨텐츠 타입이 일치해야되는지를 나타내는 불리언 속성
usemap<map> 요소에 대한 해쉬-이름 참조; #와 그 뒤에 map 요소의 name 값이 붙음
width표시될 리소스의 가로 길이를 CSS 픽셀단위로 지정합니다.
| HTML # the-object-element |
Enable JavaScript to view this browser compatibility table.
This page was last modified on 2025년 6월 27일 by MDN contributors.
Your blueprint for a better internet.
Visit Mozilla Corporation’s not-for-profit parent, the Mozilla Foundation.
Portions of this content are ©1998–2026 by individual mozilla.org contributors. Content available under a Creative Commons license.