It sets the "autoplay" parameter to "true", so the sound will start playing as soon as the page loads:
Example:
HTML
<!DOCTYPE html>
<html>
<body>
<h1>The param element</h1>
<object data="horse.wav">
<param name="autoplay" value="true">
</object>
</body>
</html>
How to add HTML <param> Tag | HTML Tag |
How to set Default CSS Settings on HTML <param> Tag | HTML Tag |
What is HTML <param> name Attribute | HTML Tag |
How to add HTML <param> name Attribute | HTML Tag |
What is HTML <param> value Attribute | HTML Tag |
How to add HTML <param> value Attribute | HTML Tag |
Type: | Html |
Category: | Web Tutorial |
Sub Category: | HTML Tag |
Uploaded by: | Admin |