Does anyone know a way to put extracts from songs into an html code ? If so, do you have a website to advise me ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 25

Does anyone know a way to put extracts from songs into an html code ? If so, do you have a website to advise me ?

16th Apr 2019, 4:55 PM
Yoshideveloper
Yoshideveloper - avatar
6 Answers
+ 16
Thank you very much !
17th Apr 2019, 6:51 PM
Yoshideveloper
Yoshideveloper - avatar
+ 15
Yes.
17th Apr 2019, 6:47 PM
Yoshideveloper
Yoshideveloper - avatar
+ 5
Study the use of <audio> on tags in HTML5 on W3schools
17th Apr 2019, 6:50 PM
NuminousC
NuminousC - avatar
+ 4
Are the extracts audio files?
17th Apr 2019, 6:46 PM
NuminousC
NuminousC - avatar
+ 3
Depends on your exact needs. If it's YouTube, SoundCloud or a similar service you can just use their embed code. If you are hosting the audio yourself, you have to create extracts on the fly or cache them or even save them separately, depending on how often content changes in the given scenario. Vague answer to a vague question...
17th Apr 2019, 6:50 PM
::sк::
::sк:: - avatar
+ 2
You can use an audio tag...
17th Apr 2019, 6:48 PM
NuminousC
NuminousC - avatar