How do you set volume on html 5 audio through inline css and not javascript?

I see you’ve changed the question, so let me try again.

CSS is used to control what a page looks like. JavaScript is used to control how it behaves. You can’t set behaviour using CSS.

1 Like