Editor Arrow Download Open
<!DOCTYPE html> <html> <head> <title>HTML source tag</title> </head> <body> <audio controls="controls"> <source src="../../images/audio.mp3" type="audio/mpeg"/> <source src="../../images/audio.wma" type="audio/x-ms-wma"/> <p>Your browser does not support the &lt;audio&gt; tag.</p> </audio> </body> </html>
  Preview Arrow