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>

8th Mar 2019, 4:25 AM
Neha Ramashray Yadav
Neha Ramashray Yadav - avatar
2 Réponses
+ 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.
8th Mar 2019, 4:37 AM
Николай Шаповаленко
Николай Шаповаленко - avatar
0
Thank you☺☺☺ but i found my error
8th Jun 2019, 9:15 AM
Neha Ramashray Yadav
Neha Ramashray Yadav - avatar