0 / 60 seg.

In the following fragment, what alternative do we offer to the browser if it cannot play the mp4 format?

<video controls>
    <source src="movie.mp4" type="video/mp4">
    <source src="movie.ogg" type="video/ogg">
</video>