--- title: slug: Web/HTML/Element/param translation_of: Web/HTML/Element/param ---
HTML <param>元素
为{{ HTMLElement("object") }}元素定义参数
内容分类 | 无 |
---|---|
允许内容 | 不允许,它是一个空元素({{Glossary("empty element")}})。 |
标签省略 | 由于它是一个 void 元素,所以开始标签必须出现,而结束标签必须不出现。 |
允许的父级元素 | 任何以下内容(flow content)都可以在{{ HTMLElement("object") }}元素的前面作为它的父元素。 |
DOM 接口 | {{domxref("HTMLParamElement")}} |
这个元素包含 全局属性.
请在{{ HTMLElement("object") }}页面中查看<param>的示例。
Specification | Status | Comment |
---|---|---|
{{SpecName('HTML WHATWG', 'the-iframe-element.html#the-param-element', '<param>')}} | {{Spec2('HTML WHATWG')}} | |
{{SpecName('HTML5 W3C', 'embedded-content-0.html#the-param-element', '<param>')}} | {{Spec2('HTML5 W3C')}} | |
{{SpecName('HTML4.01', 'struct/objects.html#h-13.3.2', '<param>')}} | {{Spec2('HTML4.01')}} |
{{Compat("html.elements.param")}}