param

param
HTML param Element
The HTML <param> element is used to specify parameters that will relate characteristics of your embedded media to the document. This is most commonly used to set Flash file parameters. See the <object> element for some related information.

HTML CODE EXAMPLE
<param name="allowFullScreen" value="true" />
<param name="movie" value="myFlashFile.swf" />
<param name="quality" value="high" />
<param name="wmode" value="window" />
<param name="bgcolor" value="#ffffff" />   

Related Posts :

  • hgroup hgroup HTML hgroup Element NOTE: This new element is HTML5 and will be a standardized ele… Read More...
  • header header HTML header Element NOTE: This new element is HTML5 and will be a standardized ele… Read More...
  • head head HTML head Element The HTML <head> element is used to relate the web docume… Read More...
  • hr hr HTML hr Element The HTML <hr> element is used to designate a horizontal rule… Read More...
  • html html The <html> element is the root element of your html document. You can place… Read More...

0 Response to "param"

Post a Comment