We can include multiple <source>
elements as children of <audio> element.
Each <source> element should
have the following attributes:
- src: This attribute accepts a
valid URL specifying the content
source as a string.
- type: This attribute specifies
the audio type of the source file.
The player will automatically
choose and play the first source
that is error free.