You are here: Reference > HTML > attributes > value (param)

value attribute (param)

Browser support:
Specifies the value of a run-time parameter specified by name.
The meaning of the value attribute depends on the value of the name attribute. The name attribute specifies the type of data.
JavaScript page for this attribute: value. You can find other example(s) there.

Possible values:

String that sets the value of the parameter.
Default: this attribute has no default value.

Example HTML code 1:

This example illustrates the use of the value attribute:
Code
HelloWorld.java
<object type="application/x-java-applet" code="HelloWorld.class" width="200px" height="50px">
    <param name="codebase" value="/external/examples/common/java/" />
</object>
Did you find this example helpful? yes no

Supported by tags:

Related pages:

External links:

User Contributed Comments

Post Content

Post Content