<object>
Baseline
Widely available
This feature is well established and works across many devices and browser versions. Itâs been available across browsers since 2015ë 7ì.
HTML <object> ììë ì´ë¯¸ì§ë, ì¤ì²©ë ë¸ë¼ì°ì 컨í
ì¤í¸, íë¬ê·¸ì¸ì ìí´ ë¤ë¤ì§ì ìë 리ìì¤ì ê°ì ì¸ë¶ 리ìì¤ë¥¼ ëíë
ëë¤.
ìëí´ ë³´ê¸°
<object
type="video/mp4"
data="/shared-assets/videos/flower.mp4"
width="250"
height="200"></object>
[컨í ì¸ ë²ì£¼](/ko/docs/HTML/Content_categories)íë¡ì° 컨í ì¸ ; 구문 컨í ì¸ ; í¬í¨ë 컨í ì¸ , palpable 컨í ì¸ ; ë§ì½ ììê° **usemap ** ìì±ì ê°ì§ê³ ìë¤ë©´, ëíí 컨í ì¸ ; listed, submittable form-associated element.íì©ë 컨í ì¸0ê° ì´ìì<param>elements, then Transparent content.íê·¸ ìëµë¶ê°ë¥, ììê³¼ ëì í그를 ì¶ê°íë ê²ì íìì ëë¤.íì©ë ë¶ëª¨ ììí¬í¨ë 컨í ì¸ ë¥¼ íì©íë 모ë ììDOM ì¸í°íì´ì¤HTMLObjectElement
ìì±
ì´ ìì±ì ì ì ìì±ì í¬í¨í©ëë¤.
archive-
A space-separated list of URIs for archives of resources for the object.
border-
The width of a border around the control, in pixels.
classid-
The URI of the object's implementation. It can be used together with, or in place of, the data attribute.
codebase-
The 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.
codetype-
The content type of the data specified by classid.
data-
리ìì¤ì URL. ìµì íëì dataì typeê° ì ìëì´ì¼ í©ëë¤.
declare-
The 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. form-
object ììì ê´ë ¨ë form ìì. ì´ ìì±ì ê°ì ê°ì 문ìì
<form>ììì ID ìì±ì ê°ì´ì¬ì¼ í©ëë¤. height-
íìë 리ìì¤ì ëì´ë¥¼ CSS í½ì ë¨ìë¡ ì§ì í©ëë¤.
name-
ì í¨í ë¸ë¼ì°ì§ 컨í ì¤í¸ì ì´ë¦(HTML5) ëë, 컨í¸ë¡¤ì ì´ë¦(HTML 4)
standby-
A message that the browser can show while loading the object's implementation and data.
tabindex-
The position of the element in the tabbing navigation order for the current document.
type-
dataì ìí´ ì§ì ë 리ìì¤ì 컨í ì¸ íì . ìµì í ê°ì dataì typeê° ì ìëì´ì¼ í©ëë¤.
typemustmatch-
typeì 리ìì¤ì ì¤ì 컨í ì¸ íì ì´ ì¼ì¹í´ì¼ëëì§ë¥¼ ëíë´ë ë¶ë¦¬ì¸ ìì±
usemap-
<map>ììì ëí í´ì¬-ì´ë¦ 참조; #ì ê·¸ ë¤ì map ìììnameê°ì´ ë¶ì width-
íìë 리ìì¤ì ê°ë¡ 길ì´ë¥¼ CSS í½ì ë¨ìë¡ ì§ì í©ëë¤.
ìì
>í¬í¨ë íëì 무ë¹
<!-- Embed a flash movie -->
<object data="move.swf" type="application/x-shockwave-flash"></object>
<!-- Embed a flash movie with parameters -->
<object data="move.swf" type="application/x-shockwave-flash">
<param name="foo" value="bar" />
</object>
ëª ì¸
| Specification |
|---|
| HTML > # the-object-element > |