Scenario: The Firefox browser is being used to display a web page with a video but the video does not play. Read the following code snippet and select the reason for the incorrect display from the choices below.
```
width="160" height="150">
Sparky the Dog (.mov)
```
a. The controls attribute should be controls=”yes”
b. There are too many source elements.
c. The file extension .ogg is incorrect.
d. The MIME type values are incorrect.
c. The file extension .ogg is incorrect.
You might also like to view...
Questioning users is a step in the theory testing phase of troubleshooting
Indicate whether the statement is true or false
cout << "Value of x <= y is: " << x <= y;
What will be an ideal response?
The default color of a stroke (border) is the current ____________________ color displayed in the Tools panel.
Fill in the blank(s) with the appropriate word(s).
Text that is typed in a cell that extends into the next cell only displays if the two cells are merged
Indicate whether the statement is true or false