<param>

Description

This element is used to establish the starting property values of the <embed>, and <object> elements.

Example


<html>
<body>
        <object width="560" height="349" 
                data="http://www.youtube.com/v/a2_6bGNZ7bA" 
                type="application/x-shockwave-flash"> 
            <param name="allowFullScreen" value="true"/> 
        </object> 
</body><!--from w ww .  ja  v a2  s  . c  om-->
</html>

Click to view the demo

The code above generates the following result.

param




















Home »
  HTML CSS »
    HTML CSS Reference »




HTML Tag Reference
CSS Reference
CSS Selector Reference
Encoding Reference