Source constructor
Source()
The <source> HTML element specifies
multiple media resources for the <picture>,
the <audio> element, or the <video> element.
Read more...
Implementation
Source() {
tag = 'source';
}
The <source> HTML element specifies
multiple media resources for the <picture>,
the <audio> element, or the <video> element.
Read more...
Source() {
tag = 'source';
}