1. Computing

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:

  1. About.com
  2. Computing
  3. Web Design / HTML
  4. HTML and XHTML
  5. XHTML
  6. HTML Tags
  7. The PARAM Tag - values required by an object - HTML PARAM Tag

©2013 About.com. All rights reserved.