HTML & CSS Snippets
Name:Background Music
Description: Play background music to your website.
Code below...
<!-- Put the code below where you want the music to play --> <embed src="path_to_mp3" autostart="true" loop="true"></embed> <!-- Obviously you need to change the "path_to_mp3" to the actual path of your mp3. --> <!-- Setting the loop to "false" will make your mp3 track play only once. -->