I have an audio file on my website. It's played once you click a button and it works and thats all well and good. However, I need it so that when you click the 3 dots at the end, users can download said audio. audio screenshot. Any ideas on how to achieve this without javascript?
I've looked up a couple solutions via web3schools and sololearn. I don't have the firmest grasp on HTML and CSS so I just tried copying what they had, but none of it seemed to work.
want download here after clicking 3 dots
<a href="Audio/Commercial.mp3" class="cta"< Commercial Demo</a< (ignore the reversed > symbol) this is the code I have for one buttons users would press to hear the audio. I just need to make it downloadable as well.