'volume' indicates the sound clip volume : bgsound « Tags « HTML / CSS






'volume' indicates the sound clip volume

 
    
<HTML>
<head>
<bgsound src="yoursoundfile.wav" balance="0" loop="1" volume="-500">
</head>
<BODY>
</BODY>
</HTML>

    
      
        
  








Related examples in the same category

1.'bgsound' plays a sound while the user visits the page
2.'balance' Example