Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

<param>

현재 번역은 완벽하지 않습니다. 한국어로 문서 번역에 동참해주세요.

개요

HTML <param> 요소 (or HTML Parameter Element)<object>의 매개 변수를 정의합니다.

속성

이 요소는 전역 속성을 포함합니다.

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)

같이 보기

문서 태그 및 공헌자

 이 페이지의 공헌자: azunyan3
 최종 변경: azunyan3,