Where is the error in this code?
<video controls> <source src="clip.avi" type="video/avi"> </video>
The <video> tag cannot have the controls attribute.
<video>
controls
The "video/avi" type is not valid.
There is no error.
The "avi" format is not supported by the <video> tag.