1<!DOCTYPE html>
2<html>
3 <head>
4 <title>HTML background music</title>
5 </head>
6 <body>
7 <p>The music is running in the background.</p>
8 <p>(Song: Kalimba which is provided as a Sample Music in Windows)</p>
9 <embed src="/html/Kalimba.mp3" loop="true" autostart="true" width="2" height="0">
10 </body>
11</html>