+ 3
How to use the audio tag?
I don't know how to use the audio tag
23 Antworten
+ 5
It is not possible to put just the audio from a YouTube video in HTML without using JavaScript or other external tools. YouTube does not provide an option to extract only the audio from a video and download
+ 5
If you want audio that you can use for free to practise, look up archive.org. It is filled with lots of material in every media type.
+ 4
Firstly, complete html course in sololearn. That concept is explained there.
It works like this:
<audio src=“(link)” controls>
Message displayed if your browser does not support audio element
</audio>
Read documentation https://developer.mozilla.org/es/docs/Web/HTML/Element/audio
+ 4
If you want to use YouTube content, do this instead:
https://support.google.com/youtube/answer/171780
Just as a general life rule, don't try to steal content from Google. That's their business model these days, and they don't take kindly to competition.
+ 3
Are you trying to take audio from a YouTube link?
+ 3
Tnx🙂
+ 2
Download the audio (example with snapsave) and later upload it in a dropbox so you can link it here in sololearn
+ 2
Sorry but....
I don't know what u mean by dropbox and snapsave?😕😔
+ 2
You can link a sound that is online, in the cloud... I'm sure you'll find a way
+ 2
Store Tv dont post questions as answer of questions
Dont spam or you’ll be reported
+ 1
Cud u fix it?
+ 1
Yess
+ 1
I don't know what u mean😕
+ 1
Download in the webpage snapsave the audio in youtube (pasting there the youtube link) and upload your saved audio to dropbox. Next follow this tutorial (https://code.sololearn.com/WW6t4B73kJVz/?ref=app) and upload your audio to sololearn
+ 1
These are web pages... Search it on google
+ 1
Ohhhh☹️☹️😔
+ 1
Anurag Maurya please read the post. They are not asking about images at all.
+ 1
You can do it by using <audio> tag.
<audio src=(source)>
</audio>