What is the problem in the following fragment?
<video buttons> <source src="movie.mp4"> </video>
The file "movie.mp4" is not valid for <video>.
<video>
The <video> tag should not have content.
The type attribute is missing in the <source> tag.
type
<source>
The buttons attribute is not correct.
buttons