|
|
Return to HTML 4.01 element index page
Name: Object Parameter
<param>
Description: Specifices the parameters of an embedded object.
Browser Compatibility: NN: 2.0+ / IE: 3.0+
| Attributes: |
|
Code Example:
<applet code="ticker.class"><param name="old" value="2004"><param name="new" value="2005"></applet>
XHTML Notes: Because it is an empty element, the XHTML 1.0 specification requires a trailing slash: <param />
Created: March 15, 2005
URL: http://webreference.com/html/reference/specs/