Where is the error in the following code?
<video controls> <source src="clip.mpeg" type="video/mp4"> </video>
There is no error.
The "mpeg" format is not supported by the <video> tag.
<video>
The <video> tag cannot have the controls attribute.
controls
The "video/mpeg4" type is incorrect.