Is it possible to style HTML5 audio tag?
Answers
Answered by
0
Yes! The HTML 5 audio tag with the "controls" attribute uses the browser's default player. You can customize it to your liking by not using the browser controls, but rolling your own controls and talking to the audio API via java script.
Similar questions