0
How to add audio files from Google into my webpage?
I tried to copy but I couldn't get link.
3 Answers
0
<audio controls>
<source src = "somemp3.ogg" type = "audio/ogg">
<source src = "somemp3.mp3" type = "audio/mpeg">
</audio>
0
I know the tags but I want some links of audio files