<!DOCTYPE html>
<html>
<head>
<title>Học HTML tại snvn.net</title>
<meta charset="UTF-8">
</head>
<body>
<audio controls autoplay>
<source src="http://html.snvn.net/static/horse.ogg" type="audio/ogg">
<source src="http://html.snvn.net/static/horse.mp3" type="audio/mpeg">
Trình duyệt web không hỗ trợ Audio
</audio>
</body>
</html>