3 How can I control the way a sound file is interpreted by a browser?

a How to alter the sound controller's width and height

The sound controller is 16 pixels high, so for the most efficient use of your web page, you should set HEIGHT="16".

The width variable can be any number you choose. In this case, it is set to WIDTH="200".

<EMBED SRC="6katehomework.mp3" WIDTH="200" HEIGHT="16" AUTOPLAY="FALSE">