-
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?
-
- To address the media support problem
- To provide fallback support
- To provide foul back support
- To provide fallback support & address the media support problem
- 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.