The "bgsound" tag is used to play an audio in the background of website page.
For example:-
<!DOCTYPE html>
<html>
<head>
<title>HTML bgsound Tag</title>
</head>
<body>
<bgsound src = "audioname.ogg"/>
<p>This does create any result on the screen but it plays sound file in the background.</p>
</body>
</html>
Copyright ©2022 coderraj.com. All Rights Reserved.