In the following <video> tag, what does autoplay do?
<video width="320" height="240" autoplay>
<source src="video.mp4" type="video/mp4">
</video>
In the following <video> tag, what does autoplay do?
<video width="320" height="240" autoplay>
<source src="video.mp4" type="video/mp4">
</video>