The param element defines parameters for plugins invoked by object elements.
empty (void element)
global attributes & name★ & value★
The param element is a void element. A param element must have a start tag but must not have an end tag.
interface HTMLParamElement : HTMLElement { attribute DOMString name; attribute DOMString value; };