The <source> element
Description
This element enables multiple media sources to be specified for <audio> and <video> elements.
Tags
This element is void and must have a start tag but no end tag
Attributes
This element accepts the standard set of common attributes. But also the following:
| Attribute | Description |
| src | the address of the media source |
| type | the type of the media source (MIME type – full listing) |
| media | the intended media type of the media source (media query list, as defined in Media Queries) |
Notes
None


