Param Tag in HTML || HTML Param Tag
×

HTML PARAM <param> Tag

2207

To pass the parameters to the objects like Java applets or multimedia content, we use the <param> tag. It is always embedded with the <video>, <audio>, <applet> and <object> tag. It is always used with the object tag.

Each of the <param> tags should include value and name attribute. We can implement more than one <param> tag. It should always be put at the start of the content.

This tag also controls the behavior of the <object> using a different pair of the name of value attributes like controllers and autoplay.

Program:

<!DOCTYPE html>
<html>
<head>
   <title> Param Tag </title>
</head>
<body>
<h2>Example of Param tag</h2>
<object data="https://www.youtube.com/embed/TjHJot6D6ds?start=20">
<param name="controller" value="true">
</object>
</body>
</html>

Output:




Best WordPress Hosting


Share:


Discount Coupons

Get a .COM for just $6.98

Secure Domain for a Mini Price



Leave a Reply


Comments
    Waiting for your comments