how to add music to html pages
use
<html>
<head>
<title>page</title>
<bgsound src="new.wav" loop="-1">
</head>
<body>
</body>
</html>
or
use this tag
<bgsound src="url" loop="x">
url is ut song url
and x for how many times it plays as u saw puit "-1" for unlimited it will play 4ever
how to embed music in a page !