HTML-Datei
Hintergrundmusik
Microsoft braucht die Angaben im Kopf und Netscape im Körper.
<head>
<!--Microsoft: -->
<bgsound src="datei.mid" loop=infinite>
</head>
<body>
<!--Netscape: -->
<embed src="datei.mid" autostart=true loop=true hidden=true height=0>
</body>