embedded music

Can you hear the music ? The tag is
 <embed height=0 width=0 src="french_tango.mp3" autostart=true >
which (a) hides the player by setting height and width to zero, and (b) starts play immediately with the autostart=true specification.

This is *not* part of the W3C HTML spec; your mileage may vary.

The W3C specifies an "object" tag for this purpose; see http://www.w3.org/TR/REC-html40/struct/objects.html.