The presence of thecontrolsattribute in thevideoelement instructs browsers

A. to add their default controls.
B. to hide their default controls.
C. to block user control of playback.
D. to begin playing the video immediately when the page is loaded.


Answer: A

Computer Science & Information Technology

You might also like to view...

A linked list class keeps its elements in the order in which they are added, with the index of an element X being greater than the index of any element added to the list before X. Addition of new elements to such a list can be made more efficient

A) by keeping a reference to the element with the least index B) by starting at the head, and quickly traversing the list to locate the place where a new element should be added C) by keeping a reference to the last element added D) None of the above

Computer Science & Information Technology

A filter is removed by clicking the Clear button in the Sort & Filter group on the Data tab.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Which of the following is a reason to block FTP at the corporate firewall?

A. It does not transfer encrypted files. B. It cannot be tunneled in a VPN. C. It is a deprecated protocol. D. It transmits passwords in clear text.

Computer Science & Information Technology

If you are working with Short Text fields, be sure to change the default size from 255 to a number that better matches the needs of your data.

a. true b. false

Computer Science & Information Technology