html5<source> tag
Translation results:
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> tagsyntax
Function: The <source> tag defines media resources for media elements (such as <video> and <audio>).
Parameters:
Properties | Value | Description |
media | media query | Define the type of media resource for the browser to decide whether to download. |
src | url | The URL of the medium. |
type | numeric value | Defines where in the audio stream the player starts playing. By default, the audio plays from the beginning. |
html5<source> tagexample
Popular Recommendations
- First Interaction With Open Source
- My first open source contribution
- useBoundStoreWithEqualityFn in Zustand's source code explained.
- useSyncExternalStoreExports in state source code explained.
- createWithEqualityFnImpl in Zustand's source code explained.
- Winamp source code released online; controversy ensues