files/en-us/web/html/reference/elements/param/index.md
{{Deprecated_Header}}
The <param> HTML element defines parameters for an {{HTMLElement("object")}} element.
[!NOTE] Use the {{HTMLElement("object")}} element with a
dataattribute to set the URL of an external resource.
This element includes the global attributes.
name {{deprecated_inline}}
value {{deprecated_inline}}
type {{deprecated_inline}}
valuetype is set to ref. Specifies the MIME type of values found at the URI specified by value.valuetype {{deprecated_inline}}
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 {{HTMLElement("object")}} in the same document.{{Specifications}}
{{Compat}}