n 37 Matthew has embedded a video in his Web page using the HTML5 video format. The video is not rendering properly. He asks Arlene to help determine the problem, so she reviews his code, which appears as follows:

🎲 Try a Random Question  |  Total Questions in Quiz: 170  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
CIW Web Foundations Associate (1D0-610) — practice the complete quiz, review flashcards, or try a random question.


n 37 Matthew has embedded a video in his Web page using the HTML5 video format. The video is not rendering properly. He asks Arlene to help determine the problem, so she reviews his code, which appears as follows: <video height= 210" class= "center" controls= "controls"> <video src="video.ogg" type="video/ogg" /> Your browser does not support the HTML5 video element. </vi deo> What is wrong with this code?"