The HTML <param> element defines parameters for an <object> element.
| Content categories | None. |
|---|---|
| Permitted content | None, it is an empty element. |
| Tag omission | As it is a void element, the start tag must be present and the end tag must not be present. |
| Permitted parents | An <object> before any flow content. |
| Permitted ARIA roles | None |
| DOM interface | HTMLParamElement |
This element includes the global attributes.
nametype deletedvaluetype is set to "ref". Specifies the MIME type of values found at the URI specified by value.valuevaluetype deletedvalue attribute. Possible values are: <object> in the same document.Please see the <object> page for examples on <param>.
| Specification | Status | Comment |
|---|---|---|
| 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 |
| Feature | Chrome | Edge | Firefox (Gecko) | Internet Explorer | Opera | Safari (WebKit) |
|---|---|---|---|---|---|---|
| Basic support | 1.0 | (Yes) | (Yes) | (Yes) | (Yes) | (Yes) |
| Feature | Android | Edge | Firefox Mobile (Gecko) | IE Phone | Opera Mobile | Safari Mobile |
|---|---|---|---|---|---|---|
| Basic support | (Yes) | (Yes) | (Yes) | (Yes) | (Yes) | (Yes) |
© 2005–2017 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/param