HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

param

Description

The param element for HTML defines parameters for plugins invoked by object elements.

It does not represent anything on its own.

Syntax

HTML

<param attribute-name="attribute-value"></param>

Attributes

Global

NameValueDescription
namestringName of the parameter
valuestringValue of the parameter

CSS

param
{
    display: none;
}

Examples

1 · name

2 · value

3 · CSS