Multiple Choice
To handle browsers that support different audio file formats, you can provide multiple options between your audio start and end tags. Which of the following could serve as a valid option?
A) <source src="../audio/hippoRoar.wav" type="audio/wav">
B) <audio source="../audio/ hippoRoar.wav" type="audio/wav">
C) <source src="../audio/hippoRoar.xmp" type="audio/xmp">
D) <audio source="../audio/ hippoRoar.xmp" type="audio/xmp">
Correct Answer:

Verified
Correct Answer:
Verified
Q82: Which of the following CSS-rule locations has
Q83: The purpose of the W3C's Tidy tool
Q84: Normally, you should omit an img element's
Q85: Given the following CSS rule, which type
Q86: Why do coding conventions suggest not using
Q88: Which of the following elements is in
Q89: CSS inheritance is when a CSS property
Q90: Coding conventions suggest that you declare a
Q91: How is the strict equality operator (===)
Q92: You can use the time element's datetime