The HTML <source> tag is used to represents the <audio> and <video> elements of the HTML document.
Example of Code
<audio controls>
<source src="https://www.computerhope.com/jargon/m/example.mp3" type="audio/x-ms-wma">
<source src="https://www.computerhope.com/jargon/m/example.mp3" type="audio/mpeg">
</audio>
Output
