Code and Output for source:

Code:

    <!DOCTYPE html>
    <html>
    <head>
      <title>HTML Example</title>
    </head>
    <body>
      <h1>App Genesis soft solutions pvt ltd</h1>
      <h1>The audio element</h1>
      <p>Click on the play button to play a sound:</p>
      <audio controls>
      <source src="horse.ogg" type="audio/ogg">
      <source src="horse.mp3" type="audio/mpeg">
      Your browser does not support the audio element.
     </audio>
    </body>
    </html>
  

Output:

App Genesis soft solutions pvt ltd

The audio element

Click on the play button to play a sound: