Movatterモバイル変換


[0]ホーム

URL:


MDN Web Docs

<param>: The Object Parameter element

The<param>HTML element defines parameters for an<object> element.

Note:Use the<object> element with adata attribute to set the URL of an external resource.

Attributes

This element includes theglobal attributes.

nameDeprecated

Name of the parameter.

valueDeprecated

Specifies the value of the parameter.

typeDeprecated

Only used if thevaluetype is set toref. Specifies the MIME type of values found at the URI specified by value.

valuetypeDeprecated

Specifies the type of thevalue 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.

Technical summary

Content categoriesNone.
Permitted contentNone; it is avoid element.
Tag omissionMust have a start tag and must not have an end tag.
Permitted parents An<object> before anyflow content.
Implicit ARIA roleNo corresponding role
Permitted ARIA rolesNorole permitted
DOM interfaceHTMLParamElement

Specifications

Specification
HTML
# the-param-element

Browser compatibility

See also

Help improve MDN

Learn how to contribute.

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp