Scenario: The Firefox browser is being used to display a web page with a video but no video controls display —only the poster image is shown. 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.
d. The MIME type values are incorrect.
You might also like to view...
Which of the following is not a base/derived class relationship?
a) Ford/Taurus b) University/Boston University c) Sailboat/Tugboat d) Country/USA
What value is returned by the following call to strlen?
``` strlen("robot") ``` a. 't' b. 4 c. 5 d. 6 e. none of the above
DDR3 is a type of ________
Fill in the blank(s) with correct word
Choose equivalent command with =VLOOKUP(1,A2:C10,2)
a. =VLOOKUP(1,A2:C10,,TRUE) b. =VLOOKUP(1,A2:C10,,FALSE) c. =VLOOKUP(1,A2:C10,2,TRUE) d. =VLOOKUP(1,A2:C10,2,FALSE)