i am making a standard website using html only and i want people to be able to download mp3 or wav files it but we i use
<button>
<a href="music" download>Click to Download!</a>
</button>
it only opens the file in a web page
is it even possible to make people download pm3 or wav or just any file at all using only html
i have been looking thrue stack overflow for answers but nothing really helped me without using java witch i am not as know with a html