<source>

The HTML <source> element is used to specify multiple media resources for <picture>, <audio> and <video> elements. It is an empty element. It is commonly used to serve the same media in multiple formats supported by different browsers.

https://developer.mozilla.org/en/docs/Web/HTML/Element/source

Can I Use <source>?

Sandbox