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>
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>