I currently have some code where a song plays with the controls but I want to make a button that matches the theme of the website is this possible or no?
Here is my code
<audio controls autoplay loop>
<source src="Main Theme.mp3" type="audio/ogg">
<embed src="Main Theme.mp3" autostart="true" loop="true" hidden="true">
</audio>