If there are multiple videos on a page, you should avoid turning on _____ to reduce network traffic.
A. preload
B. controls
C. autoplay
D. loop
E. poster
F.
A. preload
Computer Science & Information Technology
You might also like to view...
What is a virus?
What will be an ideal response?
Computer Science & Information Technology
The item marked 2 in the accompanying figure shows panels collapsed as ____.
a. images b. docks c. icons d. stacks
Computer Science & Information Technology
________ is the language that Web pages are written in.
A) PHP B) XML C) HTML D) JavaScript
Computer Science & Information Technology
Are the following two declarations the same
``` char city[] = {'D', 'a', 'l', 'l', 'a', 's'}; char city[] = "Dallas"; ``` A. yes B. no
Computer Science & Information Technology