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

track

Description

The track element for HTML allows authors to specify explicit external text resources for media elements.

Syntax

HTML

<track attribute-name="attribute-value"></track>

Attributes

Global

NameValueDescription
defaultdefault | emptyenable the track if no other text track is more suitable
kindcaptions | chapters | descriptions | metadata | subtitlesthe type of text track
labelstringuser-visible label
srcURIaddress of the resource
srclanglanguage taglanguage of the text track

Examples

1 · default

2 · kind

3 · label

4 · src

5 · srclang