<!DOCTYPE html>
<html>
<head>
<title>HTML source tag</title>
</head>
<body>
<audio controls="controls">
<source src="../../images/audio.mp3" type="audio/mpeg"/>
<source src="../../images/audio.wma" type="audio/x-ms-wma"/>
<p>Your browser does not support the <audio> tag.</p>
</audio>
</body>
</html>