Review the following code:
<audio controls> <source src="track.wma"> </audio>
The type attribute is missing in the <source> tag.
type
<source>
The file "track.wma" is not valid for <audio>.
<audio>
The controls attribute should have a value.
controls
The <audio> tag cannot contain a <source> tag.