<param>: 객체 매개변수 요소
HTML <param> 요소는 <object> 요소의 매개변수를 정의합니다.
| 콘텐츠 카테고리 | 없음. |
|---|---|
| 가능한 콘텐츠 | 없음. 빈 요소입니다. |
| 태그 생략 | 여는 태그는 필수입니다. 닫는 태그는 존재해선 안됩니다. |
| 가능한 부모 요소 |
<object>. 모든
플로우 콘텐츠
이전에 위치해야 함.
|
| 가능한 ARIA 역할 | 없음 |
| DOM 인터페이스 | HTMLParamElement (en-US) |
특성
이 요소는 전역 특성을 포함합니다.
Deprecated attributes
type지원이 중단되었습니다- Only used if the
valuetypeis set toref. Specifies the MIME type of values found at the URI specified by value. valuetype지원이 중단되었습니다- Specifies the type of the
valueattribute. 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> 페이지의 예제를 확인해주세요.
명세
| Specification |
|---|
| HTML Standard # the-param-element |
브라우저 호환성
BCD tables only load in the browser