<param>: The Object Parameter element

The <param> HTML 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.
Implicit ARIA role No corresponding role
Permitted ARIA roles No role permitted
DOM interface HTMLParamElement

Attributes

This element includes the global attributes.

name

Name of the parameter.

value

Specifies the value of the parameter.

Deprecated attributes

type

Only used if the valuetype is set to ref. Specifies the MIME type of values found at the URI specified by 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.

Examples

Please see the <object> page for examples on <param>.

Specifications

Browser compatibility

Desktop Mobile
Chrome Edge Firefox Internet Explorer Opera Safari WebView Android Chrome Android Firefox for Android Opera Android Safari on IOS Samsung Internet
param
1
12
1
Yes
Yes
Yes
Yes
Yes
4
Yes
Yes
Yes
name
1
12
1
Yes
Yes
Yes
Yes
Yes
4
Yes
Yes
Yes
type
1
12
1
Yes
Yes
Yes
Yes
Yes
4
Yes
Yes
Yes
value
1
12
1
Yes
Yes
Yes
Yes
Yes
4
Yes
Yes
Yes
valuetype
1
12
1
Yes
Yes
Yes
Yes
Yes
4
Yes
Yes
Yes

See also

© 2005–2021 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/param