source

UK[sɔ:s] US[sɔ:rs]

n. Root, origin; source, water source; reason; person who provides information

vt. (from...) obtain; initiate; provide information to...; seek (especially supply) sources

vi. Source of raw materials; origin; seek sources; seek manufacturers ( or provider)

html5<source> tag syntax

Function: The <source> tag defines media resources for media elements (such as <video> and <audio>).

Parameters:

PropertiesValueDescription
mediamedia query Define the type of media resource for the browser to decide whether to download.
srcurlThe URL of the medium.
typenumeric valueDefines where in the audio stream the player starts playing. By default, the audio plays from the beginning.

html5<source> tag example