diff --git a/files/en-us/web/api/html_dom_api/index.md b/files/en-us/web/api/html_dom_api/index.md
index cb04779c491f6d3..ba31d0de95d3c01 100644
--- a/files/en-us/web/api/html_dom_api/index.md
+++ b/files/en-us/web/api/html_dom_api/index.md
@@ -131,7 +131,6 @@ These interfaces represent specific HTML elements (or sets of related elements w
- {{DOMxRef("HTMLOptionElement")}}
- {{DOMxRef("HTMLOutputElement")}}
- {{DOMxRef("HTMLParagraphElement")}}
-- {{DOMxRef("HTMLParamElement")}}
- {{DOMxRef("HTMLPictureElement")}}
- {{DOMxRef("HTMLPreElement")}}
- {{DOMxRef("HTMLProgressElement")}}
diff --git a/files/en-us/web/api/htmlparamelement/index.md b/files/en-us/web/api/htmlparamelement/index.md
index 64a871f0d6c7922..0b69d0aaf955782 100644
--- a/files/en-us/web/api/htmlparamelement/index.md
+++ b/files/en-us/web/api/htmlparamelement/index.md
@@ -6,9 +6,10 @@ tags:
- HTML DOM
- Interface
- Reference
+ - Deprecated
browser-compat: api.HTMLParamElement
---
-{{ APIRef("HTML DOM") }}
+{{ 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.
diff --git a/files/en-us/web/html/element/param/index.md b/files/en-us/web/html/element/param/index.md
index 39e8b8bd78518a2..26af47e976c7dca 100644
--- a/files/en-us/web/html/element/param/index.md
+++ b/files/en-us/web/html/element/param/index.md
@@ -4,13 +4,13 @@ slug: Web/HTML/Element/param
tags:
- Element
- HTML
- - HTML embedded content
- Reference
- Web
+ - Deprecated
browser-compat: html.elements.param
---
-{{HTMLRef}}
+{{HTMLRef}}{{Deprecated_Header}}
The **``** [HTML](/en-US/docs/Web/HTML) element defines parameters for an {{HTMLElement("object")}} element.
@@ -67,13 +67,10 @@ The **``** [HTML](/en-US/docs/Web/HTML) element defines parameters for an
This element includes the [global attributes](/en-US/docs/Web/HTML/Global_attributes).
-- {{htmlattrdef("name")}}
+- {{htmlattrdef("name")}} {{deprecated_inline}}
- : Name of the parameter.
-- {{htmlattrdef("value")}}
+- {{htmlattrdef("value")}} {{deprecated_inline}}
- : Specifies the value of the parameter.
-
-### Deprecated attributes
-
- {{htmlattrdef("type")}} {{deprecated_inline}}
- : Only used if the `valuetype` is set to `ref`. Specifies the MIME type of values found at the URI specified by value.
- {{htmlattrdef("valuetype")}} {{deprecated_inline}}
@@ -84,10 +81,6 @@ This element includes the [global attributes](/en-US/docs/Web/HTML/Global_attrib
- `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.
-## Examples
-
-Please see the {{HTMLElement("object")}} page for examples on ``.
-
## Specifications
{{Specifications}}
diff --git a/files/jsondata/GroupData.json b/files/jsondata/GroupData.json
index 959988049613e76..97be82306df511d 100644
--- a/files/jsondata/GroupData.json
+++ b/files/jsondata/GroupData.json
@@ -632,7 +632,6 @@
"HTMLOptionsCollection",
"HTMLOutputElement",
"HTMLParagraphElement",
- "HTMLParamElement",
"HTMLPictureElement",
"HTMLPreElement",
"HTMLProgressElement",