The <track> HTML element is used as a child of the media elements,
<audio> and <video>. It lets you specify timed text tracks (or time-based data),
for example to automatically handle subtitles.
e.g.
<video controls
src="/media/cc0-videos/friday.mp4">
<track default
kind="captions"
srclang="en"
src="/media/examples/friday.vtt" />
Sorry, your browser doesn't support embedded videos.
</video>
Code Example |
---|
Html :: how to make a draggable menu html/js jquery |
Html :: index.html |
Html :: bind script html |
Html :: bootstrap 5 jumbotron |
Html :: tailwind css footer |
Html :: index.html favicon.ico 404 (Not Found) |
Html :: fix table height html |
Html :: ion-row scrolly |
Html :: bold text bootstrap |
Html :: a tag to open in new tab |
Html :: bootstrap 4.5 max-height |
Html :: display success message after form submit in php |
Html :: apply image in body without css |
Html :: split div into 2 columns |
Html :: jquery demo |
Html :: jsonplaceholder with delay |
Html :: differences between html and xhtml |
Html :: ionic 5-star-rating |
Html :: click on button fire to another button |
Html :: what is haml |
Html :: html upload image accept only few types |
Html :: google map for html |
Html :: button bootstrap |
Html :: css animated progress bar |
Html :: html img src background |
Html :: disable an anchor tag |
Html :: datetime local input |
Html :: ckeditor 5 example codepen |
Html :: relative path |
Html :: delete code html |