+ 1
Audio adding
From where I can convert audio in html code like img and how to use
4 Respostas
+ 1
You need to use the audio tag. You need to use the src attribute to specify the correct source. The control attribute will make your audio visible.
<audio src="https://example.com/audio.mp3" controls></audio>
To insert an audio file you need to use the mp3 format.
+ 1
Use this example
https://sololearn.com/compiler-playground/WZEd4GjZzbr1/?ref=app
0
But where to i convert the audio in html code
0
You can use the playground here. You can find mp3 file in the internet.