audio tag is used to place
audio files, such as MP3, WAV, and AIFF, into modules. Any audio file with a valid
MIME type
can be included on the page.
This CNXML:
<media id="chromatic-snd" display="block"
alt="A chromatic scale performed on
the clarinet by Michael Lawrence">
<audio mime-type="audio/x-wav"
src="chromatic_slurred.wav" />
</media>
Results in this display:
<media> element will only be displayed for the version(s) specified.