Horje

How to add HTML <param> name Attribute

It sets the "autoplay" parameter to "true", so the sound will start playing as soon as the page loads:

index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>

<h1>The param element</h1>

<object data="horse.wav">
<param name="autoplay" value="true">
</object>

</body>
</html>

Output should be:

How to add HTML <param> name Attribute




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