BACKGROUND
MUSIC

[Your browser may not be set up for audio.]

Displaying background music with <EMBED>.


<html>
<head>
<title>Background Music</title>
</head>
<body>

<p>
This might take a while to load.
</P>

<embed src="bjogpron.mid" hidden="true">  

<p>
Make sure the volume is turned up.
</p>

</body>
</html>

The <embed> tag embeds a document in a Web page. The browser then uses the appropriate application or plug-in to display (or play, etc.) the document.

Notes

Although <embed> is supported by many browsers, it is not part of any HTML standard.

Even though the tag has the hidden attribute set to true, it still takes up space on the page.

Background music can be very annoying.


Copyright © 2000 P.J. LaBrocca. http://LaBrocca.com