Source

66% Complete (success)

<audio src="#" preload controls ></audio>

The <audio> element takes a src="" attribute, which accepts a URL (relative or absolute) to a single audio file.

NOTE: As with video, it is always recommended you have at least two versions of an audio file, and should use the <source /> element instead.