HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

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

Global

NameValueDescription
mediamedia query listMedia for which the destination of the hyperlink was designed
srcURIURL for the audio stream
typeMIME typeMIME type of the content

Examples

1 · media

2 · src

3 · type