Vidyalelo
HTML · Q27

HTML5

Programming · HTML · question 27

Q27

What will happen if height and width of video are not set while video loads?

A.
page flickers
Answer
B.
page does not load
C.
page crash
D.
none of the mentioned

Answer: Option A

Solution

Answer: Option A
Solution:
If height and width are not set, the browser does not know the size of the video. The effect will be that the page will change (or flicker) while the video loads.