How would you specify multiple MIME types for a single <source> element for an <audio> or <video> tag?
<source>
<audio>
<video>
Separate MIME types with commas in the type attribute
type
Use multiple type attributes
Create multiple <source> elements each with a different type
Use the types attribute with a list of MIME types
types