VOOZH about

URL: https://www.geeksforgeeks.org/html/html-param-name-attribute/

⇱ HTML | param name Attribute - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

HTML | param name Attribute

Last Updated : 28 Jul, 2022

The HTML param name Attribute is used to specify a name of a <param> element. This attribute is used together with the value attribute to define a parameter for plug-ins which is associated with <object> element. 
Syntax: 
 

<param name="name"> 


 Note: This attribute is depreciated from HTML 5.

Attribute Values: It contains the value i.e name which specify the name for the <param> element.
Example: 
 

Output : 
 

👁 Image


Supported Browsers: 
 

  • Google Chrome
  • Firefox
  • Edge
  • Opera
  • Apple Safari


 

Comment
Article Tags: