Home » HTML » HTML Media » Question
  1. What will happen if height and width of video are not set while video loads?
    1. page crash
    2. page closes
    3. page flickers
    4. page does not load
    5. None of these
Correct Option: C

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.



Your comments will be displayed only after manual approval.