Code
<!DOCTYPE html>
<html>
    <head>
        <title>Wikitechy source tag</title>
        <base href="../try-it/">
    </head>
    <body>
        <audio controls>
            <source src="welcome.wav" type="audio/wav">
            <source src="welcome.mp3" type="audio/mp3">
        </audio>
    </body>
</html>





Result