Contents
HTML param: Main Tips
- The
paramtags can be used to define HTML parameters for the <object> element setting embedded data. - These tags support all global attributes. There are four tag specific attributes, but two of them have been deprecated in HTML5.
- You don't need to use a closing tag when defining HTML parameters.
Defining Parameters: HTML <param>
An <object> element can represent an external resource in a webpage, such as an application or an image. To set its HTML parameters, you can use <param> tags:
<object data="cactus.mp3">
<param name="autoplay" value="true">
</object>
- Easy to use with a learn-by-doing approach
- Offers quality content
- Gamified in-browser coding experience
- The price matches the quality
- Suitable for learners ranging from beginner to advanced
- Free certificates of completion
- Focused on data science skills
- Flexible learning timetable
- Simplistic design (no unnecessary information)
- High-quality courses (even the free ones)
- Variety of features
- Nanodegree programs
- Suitable for enterprises
- Paid Certificates of completion
- A wide range of learning programs
- University-level courses
- Easy to navigate
- Verified certificates
- Free learning track available
- University-level courses
- Suitable for enterprises
- Verified certificates of completion
HTML param Attributes
Two attributes you can use for HTML parameters are name and value. They specify the name and the value of a parameter, respectively:
<object data="cactus.mp3">
<param name="autoplay" value="true">
</object>
There are also two attributes that should not be used as they were deprecated in HTML5: valuetype and type.
valuetype defined the type of the value (data, ref, or object). When the value of valuetype was set to ref, you could also use type to define the media type of the parameter:
<object title="Param Tag Example">
<param valuetype="ref" value="param-tag-audio.mp3" type="audio/mpeg">
</object>
Browser support
Chrome
Edge
Firefox
IE
Opera
Safari
Mobile browser support
Chrome
Firefox
Opera