HTML audio Tag

PHOTO EMBED

Tue Feb 08 2022 09:06:10 GMT+0000 (Coordinated Universal Time)

Saved by @Arjun007 #html #css #javasc #java #php #sass

<!DOCTYPE html>
<html lang="en">
<head>
<title>Example of HTML audio Tag</title>
</head>
<body>
	<audio controls="controls" src="/audio.mp3">
        Your browser does not support the HTML5 audio element.
    </audio>
</body>
</html>


content_copyCOPY

The <audio>tag is used to add sound content in a document.Like music or other audio sttrmes.

https://elementtutorials.com/ref/audio.html