TheDeveloperBlog.com

Home | Contact Us

C-Sharp | Java | Python | Swift | GO | WPF | Ruby | Scala | F# | JavaScript | SQL | PHP | Angular | HTML

HTML param Tag

HTML param Tag with html tutorial, tags, anchor, img, div, entity, textarea, marquee, p tag, heading tag, h1, h2, table, formatting, attribute, elements, ol, ul, Input Types, block element tag, inline element tag, html tags, phrase tag, head, body, form, lists, symbols etc.

<< Back to HTML

HTML <param> tag

HTML <param> tag is used to pass the parameters to the object that has been embedded using <object> element.

We can use more than one <param> tag within an <object> element in any order, but each tag must contain name and value attribute and should be placed at the start of the content.

The <param> tag controls the behaviour of the <object> element using a different pair of the name of value attributes, such as autoplay, controller, etc.

Syntax

   <param name=" " value="">

Following are some specifications about the HTML <param> tag

Display Inline
Start tag/End tag Empty Tag(End tag forbidden)
Usage Programming

Example

  <!DOCTYPE html>
<html>
<head>
<title>Param Tag</title>
</head>
<body>
<h2>Example of Param Tag</h2>
<object data="https://www.youtube.com/embed/JHq3pL4cdy4" >
<param name="controller" value="true">
</object>
</body>
</html>
Test it Now

Output:

HTML param tag

Attribute:

Tag-specific attributes:

Attribute Value Description
Name text It determines the name of the parameter.
value text It determines the value of the parameter.
type content_type It specifies the media type of the parameter, and it only used if the valuetype is set to "ref." (Not Supported in HTML5)
valuetype
  • data
  • ref
  • object
It determines the type of the value attribute. (Not Supported in HTML5)

Global attribute:

HTML <param> tag supports the global attributes in HTML.

Event attribute:

HTML <param> tag supports the event attributes in HTML.

Supporting Browsers

Elementchrome browser Chromeie browser IEfirefox browser Firefoxopera browser Operasafari browser Safari
<param>YesYesYesYesYes
Next TopicHTML picture Tag




Related Links:


Related Links

Adjectives Ado Ai Android Angular Antonyms Apache Articles Asp Autocad Automata Aws Azure Basic Binary Bitcoin Blockchain C Cassandra Change Coa Computer Control Cpp Create Creating C-Sharp Cyber Daa Data Dbms Deletion Devops Difference Discrete Es6 Ethical Examples Features Firebase Flutter Fs Git Go Hbase History Hive Hiveql How Html Idioms Insertion Installing Ios Java Joomla Js Kafka Kali Laravel Logical Machine Matlab Matrix Mongodb Mysql One Opencv Oracle Ordering Os Pandas Php Pig Pl Postgresql Powershell Prepositions Program Python React Ruby Scala Selecting Selenium Sentence Seo Sharepoint Software Spellings Spotting Spring Sql Sqlite Sqoop Svn Swift Synonyms Talend Testng Types Uml Unity Vbnet Verbal Webdriver What Wpf