domenica 26 aprile 2020

Incorporare file audio in HTML5

https://www.lachiavenelpozzo.com/come-fare-a/sito-web-player



<audio style="width:100%; max-width:300px" controls>

<source src="file.ogg" type="audio/ogg">

<source src="file.mp3" type="audio/mpeg">

Your browser does not support HTML5 audio.

</audio>
 
 ovviamente sostituire file.ogg o file.mp3 con il proprio file

Nessun commento:

Posta un commento