<head>
<title>
HTML audio autoplay Attribute
</title>
</head>
<body style="text-align: center">
<h1 style="color: green">
GeeksforGeeks
</h1>
<h2>HTML audio autoplay Attribute</h2>
<audio controls autoplay>
<source src="GFG.ogg" type="audio/ogg">
<source src="https://www.mboxdrive.com/Alarm-Fast-A1-www.fesliyanstudios.com.mp3" type="audio/mpeg">
</audio>
</body>
</html>
No hay comentarios:
Publicar un comentario