In the following code snippet, what will the muted attribute do?
<video controls muted>
<source src="video.mp4" type="video/mp4">
</video>
In the following code snippet, what will the muted attribute do?
<video controls muted>
<source src="video.mp4" type="video/mp4">
</video>