logo htlm 5

Ejemplo de audio para agregar un archivo de audio

Código Resultado

<html>
<head>
<title>audio</title>
</head>

<body>
<audio src="blues.mp3" controls>
Tu navegador no implementa el elemento <code>video</code>.
</audio>
</body>
</html>