Horje

How to set Default CSS Settings on HTML <param> Tag

Most browsers will display the <param> element with the following default values.

index.html
Example: HTML
<style>
param {
  display: none;
}
</style>
<object data="horse.wav">
<param name="autoplay" value="true">
</object>

Output should be:

How to set Default CSS Settings on HTML <param> Tag




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Tag
Uploaded by:
Admin