How to add music to your website
->
Want to add a song or just a music file you like to your website? Well, on this article, you will go through basic steps of how to add music files to your web page; but before, you should know that adding a music file to your website will slow you web page down. Let’s get started.
Adding a music file is very easy and simple, you can use so many kinds of HTML codes to do so. Like the one right here
is a very simple little widget that will let you visitors to choose if they want to listen to the music file or not. It will look exactly like this:
How to add background music to your webpage
Adding a background music to your website will automatically start when a visitor comes to your website, which is not a good idea because you might scare them and lead them to hit the “back” button so fast without even taking a look at your website. This code allows you to add an background music to your website:
How to put music to your website
Now on the example codes I have above you see a src=”yourmusicfile.mid” you need to change yourmusicfile.mid to you music file adress. For example http://www.my-music-website.com/Rihanna-rules.mp3
