Which of the following attributes displays the audio controls in the Web page?
A. controls="controls"
B. loop ="loop"
C. src ="url"
D. autoplay ="controls"
Answer: A
You might also like to view...
Multimedia is displayed within a Web page in a fashion similar to an outline image.
Answer the following statement true (T) or false (F)
The movement of data from one place to another is referred to as data input and data output.
Answer the following statement true (T) or false (F)
All communications on a TCP/IP network can be assigned to one of ______ layers of communication as described by the Open Systems Interconnection reference model
a. Four b. Five c. Six d. None of the above
If a local variable in a method has the same name as a field of the method’s class, what will occur?
a) an error is generated b) the field is "hidden" until the method is finished executing c) the field will override the variable from the method d) None of the above.