Home » HTML » HTML Media » Question
  1. Consider the following markup and answer the question that follow.
    <source src="html_15.mp4" type="video/mp4">
    <source src="html_15.ogv" type="video/ogg">

    What is the need to add multiple file formats for the same file?
    1. To address the media support problem
    2. To provide fallback support
    3. To provide foul back support
    4. To provide fallback support & address the media support problem
    5. None of these
Correct Option: D

To address the media support problem, you need to add in alternative formats to use by including a number of source tags.



Your comments will be displayed only after manual approval.