0 / 60 seg.

In the following <video> tag, what does autoplay do?

<video width="320" height="240" autoplay>
  <source src="video.mp4" type="video/mp4">
</video>