Copied successfully!
Introduction to <param>
tag
The <param>tag in HTML is used to define parameters for plugins that are embedded within a webpage using the <object>tag. This tag is essential for passing information to plugins, such as Java applets, Flash animations, or other multimedia elements. Note: The <param>tag is still valid in HTML5 but is only used in conjunction with the <object>tag to define parameters for plugins or embedded content. While it’s not deprecated, its usage has significantly declined with the adoption of more modern web technologies. For embedding multimedia, use the <video>, <audio>, or <iframe>elements, and manage attributes directly through HTML and CSS for better control and compatibility. Note: The <param>tag is not deprecated and is still part of HTML5 standards. It is specifically used with the <object>tag to define parameters for plugins or embedded content. However, its usage has declined with the adoption of more modern multimedia and embedding methods like <video>, <audio>, and <iframe>. While <param>is still supported by browsers, relying on it is not recommended for new projects. Instead, use more current web technologies and practices for better compatibility and future-proofing your web content.
HTML Attributes | Global Attributes | Event Attributes |
---|---|---|
To view the full list | To view the full list | To view the full list |
elements | |||||
---|---|---|---|---|---|
<param> | Yes | Yes | Yes | Yes | Yes |
Improve Our Platform
Did you find what you were looking for?
Learn how to contribute.Last updated on by our contributors.
View this page on GitHub• Report an issue with this content