Adding Music Html Code Example


Example: how to add Music to body html

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

Comments

Popular posts from this blog

Converting A String To Int In Groovy

"Cannot Create Cache Directory /home//.composer/cache/repo/https---packagist.org/, Or Directory Is Not Writable. Proceeding Without Cache"

Android How Can I Convert A String To A Editable