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