1. Home
  2. Computing & Technology
  3. Web Design / HTML

<param />

By , About.com Guide

<param /> Description:

The <param /> element specifies values that might be required by an object or applet at run-time.

<param /> Web Browser Support:
<param /> Attributes:
<param /> End Tag:

None. <param /> is a singleton tag.

<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="http://webdesign.about.com/library/classes" classid="basicApplet.class" width="50" height="100">
    <param name="timezone" value="Pdt" />
    Standard Java Applet
    </object>
<param /> Special Notes:
  • Use this tag to define name=value pairs used by the applet or object.
More <param /> Information:

Return to XHTML Element (HTML Tags) Library

Explore Web Design / HTML
About.com Special Features

Holiday Central

What to eat, where to go, fun things to do and how to save money on the perfect gifts. More >

Family Tech Center

Stay connected and entertained with reviews on tips on the latest HDTVs, cellphones and more. More >

  1. Home
  2. Computing & Technology
  3. Web Design / HTML

©2009 About.com, a part of The New York Times Company.

All rights reserved.