HTML:  Sound tags

<Embed src="jazz music.mid">

This tag embeds a Midi player in the web page, allowing people to choose if they want to hear your music.
<Embed> is the tag which inserts a Midi player in the browser.
Jazz music.mid is the sound file used to be played.

<Bgsound src="Jazz music.mid">

This tag plays a background sound which does not show a Midi player on your web page.  This does not allow people to choose if they want to hear your Midi, but saves space.

If you insert this variables into the background sound tag you can limit the number of times the sound file plays.

Loop=1

This determines the number of times the music file plays, where 1 is the number of loops.  Infinite is default.