With which tags is the <source> element associated?
<source>
It is interchangeable with the src attribute, so any element which uses src may use <source>
src
<audio> and <video>
<picture>, <audio>, and <video>
<svg>, <picture>, <audio>, and <video>