3.9k views
5 votes
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.Question options: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.

1 Answer

1 vote

Answer:

The answer is Letter C.

Step-by-step explanation:

There is no fallback content to display for browsers that do not support the audio element.

User Vinodh Thiagarajan
by
5.8k points