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