I was wondering how to create buttons like the ones on this website where when clicked on would play a short audio file.
https://www.theitalianexperiment.com/learn-italian/to-be
I know how to add audio files using the element, but would love to add it to the left of text in a button format (for instance to the below code) just like with the website and this is what im stuck on.
HTML
<tr>
<td>Here <br> There</td>
<td>Apa <br> Kuaka</td>
</tr>
CSS
background-color:#f7f7f7 !important;
padding:20px !important;
border-radius:10px;
border:0px !important;
}
Thanks!