What is the error in the following fragment?
<video controls="si"> <source src="clip.mp4" type="video/mp4"> </video>
"clip.mp4" is not a valid source for <video>.
<video>
There is no error.
The controls attribute should not have a value.
controls
The <video> tag cannot contain a <source> tag.
<source>