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:

Verified
Correct Answer:
Verified
Q16: The file extensions .avi, .m4v, and .ogv
Q17: When displaying a Java applet, the browser
Q18: When coding an audio element, the code
Q19: Use the _ attribute on a <
Q20: JavaScript can be described as:<br>A) an object-based
Q22: The file extensions .wav, .mp3, and .ogg
Q23: In terms of copyright, Fair Use is
Q24: _ is a JavaScript library intended to
Q25: The _ element is used with an
Q26: Select the void element that can configure