0
How do I do audio
How
5 Respuestas
+ 1
With <audio> tags
+ 1
You must specify the .mp3 file in the audio tag. Example: <audio src="https://yoursite/audio.mp3" controls></audio>
0
Vocal cords work for me mate
0
In web coding
0
Use the audio tags (with the source tags nested inside it).