<!DOCTTYPE html>
<!--Example: Audio.html -->
<html>
<head>
<title> Audio Example </title>
</head>
<body bgcolor="#ffffee" aLink="#0000ff" link="#0000ff" text="#000000" vLink="#0000ff" >
<font face="times" size="+2" >
<audio src="mysong.mp3" type="audio/mpeg" >
Your brower does not support audio.
</audio>
</body>
</html>