You’re reading the English version of this content since no translation exists yet for this locale. Help us translate this article!
HTML <param>
요소는 <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>의 예제를 보세요.
명세
명세 | 상태 | 주석 |
---|---|---|
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 |
브라우저 호환성
Update compatibility data on GitHub
Desktop | Mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
param | Chrome Full support 1 | Edge Full support Yes | Firefox Full support 1 | IE Full support Yes | Opera Full support Yes | Safari Full support Yes | WebView Android Full support Yes | Chrome Android Full support Yes | Firefox Android Full support 4 | Opera Android Full support Yes | Safari iOS Full support Yes | Samsung Internet Android Full support Yes |
name | Chrome Full support 1 | Edge Full support Yes | Firefox Full support 1 | IE Full support Yes | Opera Full support Yes | Safari Full support Yes | WebView Android Full support Yes | Chrome Android Full support Yes | Firefox Android Full support 4 | Opera Android Full support Yes | Safari iOS Full support Yes | Samsung Internet Android Full support Yes |
type | Chrome Full support 1 | Edge Full support Yes | Firefox Full support 1 | IE Full support Yes | Opera Full support Yes | Safari Full support Yes | WebView Android Full support Yes | Chrome Android Full support Yes | Firefox Android Full support 4 | Opera Android Full support Yes | Safari iOS Full support Yes | Samsung Internet Android Full support Yes |
value | Chrome Full support 1 | Edge Full support Yes | Firefox Full support 1 | IE Full support Yes | Opera Full support Yes | Safari Full support Yes | WebView Android Full support Yes | Chrome Android Full support Yes | Firefox Android Full support 4 | Opera Android Full support Yes | Safari iOS Full support Yes | Samsung Internet Android Full support Yes |
valuetype | Chrome Full support 1 | Edge Full support Yes | Firefox Full support 1 | IE Full support Yes | Opera Full support Yes | Safari Full support Yes | WebView Android Full support Yes | Chrome Android Full support Yes | Firefox Android Full support 4 | Opera Android Full support Yes | Safari iOS Full support Yes | Samsung Internet Android Full support Yes |
Legend
- Full support
- Full support
- Deprecated. Not for use in new websites.
- Deprecated. Not for use in new websites.