xxxxxxxxxx
<html lang="en">
<head>
<meta charset="utf-8">
<title>Embedding Audio into an HTML Page</title>
</head>
<body>
<audio controls="controls" src="/examples/audio/birds.mp3">
Your browser does not support the HTML5 audio element.
</audio>
</body>
</html>