The Tag <bgsound> is used to add audio soundtrack that plays in the background of your webpage.
This tag has only two attributes loop and src.
Example
<!DOCTYPE html>
<html>
<head>
<title>Scholars HTML embed Tag</title>
</head>
<body>
<bgsound src="/html/yourfile.mid">
<noembed><img src="yourimage.gif" ></noembed>
</bgsound>
</body>
</html>
For result: Copy and Past code in Notepad and Save as index.html or test.html and open in any web browser.
No comments:
Post a comment