Horje

How to add HTML <param> Tag

It sets the "autoplay" parameter to "true", so the sound will start playing as soon as the page loads:
index.html
Example: HTML
<object data="horse.wav">
<param name="autoplay" value="true">
</object>

Output should be:

How to add HTML <param> Tag




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