![]() |
VOOZH | about |
The HTML <source> src attribute is used to specify the URL of the media resource. The source element is used as a child element of the <audio> and <video> element.
Syntax:
<source src="URL">
Attribute Values: It contains single value URL which specifies the URL of the media resource. There are two types of URL link which are listed below:
Below example illustrates the <source> src attribute in HTML:
Example:
Output:
Supported Browsers: The browser supported by HTML <source> src attribute are listed below: