files/en-us/web/api/htmlparamelement/index.md
{{APIRef("HTML DOM")}}{{Deprecated_Header}}
The HTMLParamElement interface provides special properties (beyond those of the regular {{domxref("HTMLElement")}} object interface it inherits) for manipulating {{HTMLElement("param")}} elements, representing a pair of a key and a value that acts as a parameter for an {{HTMLElement("object")}} element.
{{InheritanceDiagram}}
Inherits properties from its parent, {{domxref("HTMLElement")}}.
name attribute.value attribute.valueType has the "ref" value. It reflects the type attribute.value. It reflects the valuetype attribute and has one of the values: "data", "ref", or "object".No specific methods, inherits methods from its parent, {{domxref("HTMLElement")}}.
{{Specifications}}
{{Compat}}