How to use the audio tag? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How to use the audio tag?

I don't know how to use the audio tag

2nd May 2023, 7:32 PM
Cyril 4L👨‍💻🔥
Cyril 4L👨‍💻🔥 - avatar
24 Answers
+ 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
2nd May 2023, 8:44 PM
Beldavisss 👾
Beldavisss 👾 - avatar
+ 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.
3rd May 2023, 6:51 AM
Ausgrindtube
Ausgrindtube - avatar
+ 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
2nd May 2023, 7:53 PM
Ugulberto Sánchez
Ugulberto Sánchez - avatar
+ 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.
2nd May 2023, 9:25 PM
Orin Cook
Orin Cook - avatar
+ 3
Are you trying to take audio from a YouTube link?
2nd May 2023, 8:18 PM
Ausgrindtube
Ausgrindtube - avatar
+ 3
Tnx🙂
2nd May 2023, 8:51 PM
Cyril 4L👨‍💻🔥
Cyril 4L👨‍💻🔥 - avatar
+ 2
Download the audio (example with snapsave) and later upload it in a dropbox so you can link it here in sololearn
2nd May 2023, 8:32 PM
Ugulberto Sánchez
Ugulberto Sánchez - avatar
+ 2
Sorry but.... I don't know what u mean by dropbox and snapsave?😕😔
2nd May 2023, 8:39 PM
Cyril 4L👨‍💻🔥
Cyril 4L👨‍💻🔥 - avatar
+ 2
You can link a sound that is online, in the cloud... I'm sure you'll find a way
2nd May 2023, 8:50 PM
Beldavisss 👾
Beldavisss 👾 - avatar
+ 2
Store Tv dont post questions as answer of questions Dont spam or you’ll be reported
4th May 2023, 11:25 AM
Ugulberto Sánchez
Ugulberto Sánchez - avatar
2nd May 2023, 8:04 PM
Cyril 4L👨‍💻🔥
Cyril 4L👨‍💻🔥 - avatar
+ 1
Cud u fix it?
2nd May 2023, 8:04 PM
Cyril 4L👨‍💻🔥
Cyril 4L👨‍💻🔥 - avatar
+ 1
Yess
2nd May 2023, 8:18 PM
Cyril 4L👨‍💻🔥
Cyril 4L👨‍💻🔥 - avatar
+ 1
I don't know what u mean😕
2nd May 2023, 8:35 PM
Cyril 4L👨‍💻🔥
Cyril 4L👨‍💻🔥 - avatar
+ 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
2nd May 2023, 8:36 PM
Ugulberto Sánchez
Ugulberto Sánchez - avatar
+ 1
These are web pages... Search it on google
2nd May 2023, 8:40 PM
Ugulberto Sánchez
Ugulberto Sánchez - avatar
+ 1
Ohhhh☹️☹️😔
2nd May 2023, 8:47 PM
Cyril 4L👨‍💻🔥
Cyril 4L👨‍💻🔥 - avatar
+ 1
Anurag Maurya please read the post. They are not asking about images at all.
4th May 2023, 6:49 AM
Ausgrindtube
Ausgrindtube - avatar
+ 1
You can do it by using <audio> tag. <audio src=(source)> </audio>
4th May 2023, 2:50 PM
Seniru Himanjana Devapriya
Seniru Himanjana Devapriya - avatar