0 / 60 seg.

What is the correct way to set the initial volume of a <video> element?

<video controls volume="0.2">
  <source src="video.mp4" type="video/mp4">
</video>