<!DOCTYPE html>
<html>
<head>
<title>Wikitechy audio tag</title>
<base href="../try-it/">
</head>
<body>
<h2>Wikitechy Audio</h2>
<audio controls>
<source src="wikitechy-audio.wav" type="audio/wav">
<source src="wikitechy-audio.mp3" type="audio/mp3">
</audio>
</body>
</html>