The audio element attributesrcspecifies _____.

A. ?the location of the audio file
B. ?all the available audio controls
C. ?the type of audio file
D. ?that the audio will start playing every time it is finished

Answer: A

Computer Science & Information Technology

You might also like to view...

Which of the following protocols is used to connect to web sites over a secure communications link?

A. SSH B. SFTP C. HTTPS D. IMAP

Computer Science & Information Technology

RotateTransition object, rtrans?

``` RotateTransition object, rtrans? ``` a. rtrans.setFromAngle(60.0); rtrans.setByAngle(15.0); b. rtrans.setFromAngle(-60.0); rtrans.setByAngle(15.0); c. rtrans.setFromAngle(60.0); rtrans.setByAngle(-15.0); d. rtrans.setAngle(60.0, 15.0);

Computer Science & Information Technology