how to add music from your own hard drive to your website? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how to add music from your own hard drive to your website?

‪C:\Users\losts\Desktop\Pink Floyd - Discovery [Complete Studio Recordings][16-CD Box Set][FLAC] (2011)\1971 - Meddle\01 - One of These Days.flac For instance how would i go about putting this onto a website?

16th Sep 2016, 5:30 AM
Patrick Irby
Patrick Irby - avatar
2 Answers
+ 1
you can add audio or video file using the <audio> or <video> tag introduce in html5 You can add audio like this:- <audio src = " " control></audio> inside the quotes of src attribute add the address of your audio file for further assisstance contact me musawershah1598@gmail.com
16th Sep 2016, 7:00 AM
Musawer Shah
Musawer Shah - avatar
+ 1
if you need to insert an audio from your hard drive you can use <audio> tag but if the website is real you have to upload the audio file to a server.
16th Sep 2016, 8:46 AM
Abdi Adem