0 / 60 seg.

If we want a video to play automatically when the page loads, which attribute should we add to the <video> element?

<video controls ___>
    <source src="intro.mp4" type="video/mp4">
</video>