Is it possible to set the styles (CSS) audio player HTML5 , manually? And somehow the style of the player does not really fit into the style of the site.

    1 answer 1

    Appearance depends on the browser. There is no way to use CSS now. But the tag has the controls attribute which needs to be omitted and further customization is done via JavaScript . In general, here is a link as an example (two players are displayed, one by default, the other one changed). And the link , as the author did.