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