현재 번역은 완벽하지 않습니다. 한국어로 문서 번역에 동참해주세요.
개요
HTML <param>
요소 (or HTML Parameter Element) 는 <object>
의 매개 변수를 정의합니다.
- 컨텐츠 범주 없음.
- 허용된 컨텐츠 없음. 이것은 empty element.
- 태그 생략 이것은 빈 요소 이기떄문에, 시작 태그는 있어야하며, 종료 태그는 있어서는 안됩니다.
- 허용된 부모 요소들
<object>
before any flow content. - DOM 인터페이스
HTMLParamElement
속성
이 요소는 전역 속성을 포함합니다.
name
- 매개 변수의 이름
type
- Only used if the
valuetype
is set to "ref". Specifies the MIME type of values found at the URI specified by value. value
- 매개 변수의 값을 지정합니다.
valuetype
- Specifies the type of the
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
<object>
in the same document.
예제
<object>
페이지에서 <param>의 예제를 보세요.
사양
사양 | 상태 | 주석 |
---|---|---|
WHATWG HTML Living Standard The definition of '<param>' in that specification. |
Living Standard | |
HTML5 The definition of '<param>' in that specification. |
Recommendation | |
HTML 4.01 Specification The definition of '<param>' in that specification. |
Recommendation |
브라우저 호환성
기능 | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari (WebKit) |
---|---|---|---|---|---|
Basic support | 1.0 | (Yes) | (Yes) | (Yes) | (Yes) |
기능 | Android | Firefox Mobile (Gecko) | IE Phone | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|
Basic support | (Yes) | (Yes) | (Yes) | (Yes) | (Yes) |