Adding audio to a site

i need to make like this

how sound work alone

<snip>

It is not clear what you are asking here. Are you trying to add a single audio file for visitors to your site to listen to, or some kind of audio player with multiple files, or what?

Do you mean how to add background music to your site?

Heres the code:

<embed src=“yourmusicfile.mid” autostart=“true” loop=“true”
width=“2” height=“0”>
</embed>

note:

  1. embedding background music is that the different browsers out there have their own methods of implementing embedded music files
  2. embedding background music to your website annoys most visitors.