source
Description
The source element for HTML enables multiple media sources to be specified for audio and video elements.
It does not represent anything on its own.
Syntax
HTML
<source attribute-name="attribute-value"></source>
Attributes
Name | Value | Description |
---|---|---|
media | media query list | Media for which the destination of the hyperlink was designed |
src | URI | URL for the audio stream |
type | MIME type | MIME type of the content |