0
What is mistake in this code and way i am not able to download music for this code?
<html> <head></head> <body> <audio controls class="media"> <source src="satyam.mp3"> </audio> <a href=satyam.mp3 download=satyam> <button>download</button> </a> </body> <html>
3 Antworten
+ 8
Maybe you need full way for your mp3?
As "https://www.site_were_music.are/path_to_file/awesome.mp3"
Or "path_to_file/your.mp3" if it local and shared.
0
Thank you☺☺☺ but i found my error