--- title: ': 객체 매개변수 요소' slug: Web/HTML/Element/param tags: - Element - HTML - HTML embedded content - Reference - Web translation_of: Web/HTML/Element/param ---
HTML <param>
요소는 {{HTMLElement("object")}} 요소의 매개변수를 정의합니다.
콘텐츠 카테고리 | 없음. |
---|---|
가능한 콘텐츠 | 없음. {{Glossary("empty element", "빈 요소")}}입니다. |
태그 생략 | 여는 태그는 필수입니다. 닫는 태그는 존재해선 안됩니다. |
가능한 부모 요소 | {{HTMLElement("object")}}. 모든 플로우 콘텐츠 이전에 위치해야 함. |
가능한 ARIA 역할 | 없음 |
DOM 인터페이스 | {{domxref("HTMLParamElement")}} |
이 요소는 전역 특성을 포함합니다.
valuetype
is set to ref
. Specifies the MIME type of values found at the URI specified by value.value
attribute. Possible values are:
data
: Default value. The value is passed to the object's implementation as a string.ref
: The value is a URI to a resource where run-time values are stored.object
: An ID of another {{HTMLElement("object")}} in the same document.{{HTMLElement("object")}} 페이지의 예제를 확인해주세요.
Specification | Status | Comment |
---|---|---|
{{SpecName('HTML WHATWG', 'iframe-embed-object.html#the-param-element', '<param>')}} | {{Spec2('HTML WHATWG')}} | |
{{SpecName('HTML5 W3C', 'semantics-embedded-content.html#the-param-element', '<param>')}} | {{Spec2('HTML5 W3C')}} | |
{{SpecName('HTML4.01', 'struct/objects.html#h-13.3.2', '<param>')}} | {{Spec2('HTML4.01')}} |
{{Compat("html.elements.param")}}