param

<param>

HTML<param> 元素(或HTML Parameter 元素) 定义了 <object>的参数

内容类别没有。
允许的内容没有,这是一个空的元素。
标记遗漏由于它是空白元素,所以开始标记必须存在,并且结束标记不能出现。
允许父级任何流内容之前的<object>。
允许ARIA角色没有
DOM界面HTMLParamElement

属性

这个元素包含全局属性。

name参数的名称。

  • 数据:默认值。该值作为字符串传递给对象的实现。

  • ref:该值是存储运行时值的资源的URI。

  • object:<object>同一文档中的另一个ID 。

例子

请参阅<object><param>的例子。

规范

SpecificationStatusComment
HTML Living StandardThe definition of '<param>' in that specification.Living Standard
HTML5The definition of '<param>' in that specification.Recommendation
HTML 4.01 SpecificationThe definition of '<param>' in that specification.Recommendation

浏览器兼容性

FeatureChromeEdgeFirefoxInternet ExplorerOperaSafari
Basic Support1(Yes)1(Yes)(Yes)(Yes)
name1(Yes)1(Yes)(Yes)(Yes)
type1(Yes)1(Yes)(Yes)(Yes)
value1(Yes)1(Yes)(Yes)(Yes)
valuetype1(Yes)1(Yes)(Yes)(Yes)

FeatureAndroidChrome for AndroidEdge mobileFirefox for AndroidIE mobileOpera AndroidiOS Safari
Basic Support(Yes)(Yes)(Yes)1(Yes)(Yes)(Yes)
name(Yes)(Yes)(Yes)1(Yes)(Yes)(Yes)
type(Yes)(Yes)(Yes)1(Yes)(Yes)(Yes)
value(Yes)(Yes)(Yes)1(Yes)(Yes)(Yes)
valuetype(Yes)(Yes)(Yes)1(Yes)(Yes)(Yes)