+ 1
Can somebody tell me how to put a link inside audio element in html so that it plays the audio.
I'm stuck here for too long. I don't understand that. Do i have to put links like copy the audio or video url and place them in bw audio or video tags??or something else??it's not working
6 odpowiedzi
+ 1
HTML Course: Lessons 31 and 32.
https://code.sololearn.com/WGQCj3ctOM5m/?ref=app
+ 1
You should have started with that...The problem is that your link does not go to an audio file, but to a page. You should get the link that only opens the audio file, not a page.
+ 1
🙄and how,where to find an audio link 😬😬
0
I know the format,
But what link to paste inside😶
Like let's suppose i want to add a audio file.
<audio
<source src= "https://gaana.com/song/palat-tera-hero-idhar-hai"></source>
</audio>
It doesn't play the song??
Thanks,though.
0
I don't know how on that page, but I think it could be the download link, or else you have to look in the code of the page.