Solved

Scenario: the Internet Explorer 8 Browser Is Being Used to Display

Question 21

Multiple Choice

Scenario: The Internet Explorer 8 browser is being used to display a web page with an audio player but the audio element displays nothing on the page. Read the following code snippet and select the reason for the incorrect display from the choices below. < audio controls="controls" >
< source src="podcast.mp3" type="audio/mpeg" >
< source src="podcast.ogg" type="audio/ogg" >
< /audio >


A) The controls attribute should be controls="yes"
B) There are too many source elements.
C) There is no fallback content to display for browsers that do not support the audio element.
D) The MIME type values are incorrect.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions