Audio Element Example

In this technique, I'm specifying that audio controls be used.

		<audio controls="controls">
  		Your browser does not support the <code>audio</code> element.
  		<source src="Toreadors.mp3" type="audio/mp3">
		</audio>