VOOZH about

URL: https://www.geeksforgeeks.org/html/html-track-src-attribute/

⇱ HTML | <track> src Attribute - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

HTML | <track> src Attribute

Last Updated : 19 Jul, 2022

The HTML <track> src Attribute is used to specify the URL of the track. 

Syntax: 

<track src="subtitles_en.vtt">

Attribute Values: It contains single value URL which is used to specify the URL of the track. 

Below example illustrates the use of src attribute in <track> element. 

Example: 

Output:

 👁 Image
 

Supported Browsers: The browser supported by HTML <track> src Attribute are listed below:

  • Google Chrome 23.0
  • Edge 12.0
  • Internet Explorer 10.0
  • Firefox 31.0
  • Safari 6.0
  • Opera 12.1
Comment
Article Tags: