+ 1

Audio adding

From where I can convert audio in html code like img and how to use

7th Aug 2025, 8:21 AM
Debansu Das
Debansu Das - avatar
4 ответов
+ 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.
7th Aug 2025, 8:39 AM
Mila
Mila - avatar
7th Aug 2025, 8:40 AM
Mila
Mila - avatar
0
But where to i convert the audio in html code
7th Aug 2025, 8:43 AM
Debansu Das
Debansu Das - avatar
0
You can use the playground here. You can find mp3 file in the internet.
7th Aug 2025, 8:46 AM
Mila
Mila - avatar