1. Computing & Technology

Discuss in my forum

<param />

By , About.com Guide

PARAM Description:

The PARAM tag specifies values that might be required by an object or applet at run-time. These parameters are used by the embedded content as specified by the program that launches them.

PARAM Web Browser Support:

HTML Versions

PARAM Attributes:

PARAM End Tag:

None. PARAM is a singleton tag. In XHTML, you should include a trailing slash such as: <param />

PARAM Contents:

None.

PARAM Valid Context:

The PARAM tag is valid within the following tags:
applet, object

PARAM Usage:

call a java applet with one parameter

<object codebase="URL" classid="basicApplet.class" width="50" height="100">
  <param name="timezone" value="PST" />
  This is a simple Java applet
</object>

PARAM Special Notes:

  • Use the PARAM tag to define name=value pairs used by the applet or object.

More PARAM Information:

©2012 About.com. All rights reserved.

A part of The New York Times Company.