<html>
<body>
<figure>
<audio>
<source src="audio/churchill.ogg" type="audio/ogg">
<source src="audio/churchill.mp3" type="audio/mpeg">
<p>Your browser does not support the audio element.</p>
</audio>
<figcaption>
Winston Churchill - We shall never surrender
</figcaption>
</figure>
</body>
</html>
The audio element represents a sound clip.
A live example:
N of