Easy Tutorial
❮ Prop Search Value Prop Style Outlinewidth ❯

HTML DOM Parameter Object


Parameter Object

The Parameter object represents the HTML <param> element.

The <param> element is used to define parameters for embedded plugins within the <object> element.

Accessing the Parameter Object

You can access the <param> element using the getElementById() method:

Creating a Parameter Object

You can create a <param> element using the document.createElement() method:

Parameter Object Properties

Property Description
name Sets or returns the name attribute value of the parameter
value Sets or returns the value attribute value of the parameter

Standard Attributes and Events

The Parameter object also supports standard attributes and events.


Related Articles

HTML Tutorial: HTML Plugins

HTML Reference: HTML <param> Tag

HTML Reference: HTML <object> Tag

❮ Prop Search Value Prop Style Outlinewidth ❯