Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" content="width=device-width, height=device-height" />
<title>Context Menu Test Audio</title>
</head>
<style>
body {
margin: 0;
}
</style>
<body>
<div class="center-audio">
<audio controls src="audio/owl.mp3">
Your browser does not support the
<code>audio</code> element.
</audio>
</div>
</body>
</html>