Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html lang="en">
<head >
  <meta charset="utf-8">
  <title>Example of video with subtitles and captions</title>
</head>
<body>
<video height="272" width="640"    
       poster="http://mainline.i3s.unice.fr/mooc/q1fx20VZ-640.jpg"  
       crossorigin="anonymous" 
       controls>
  <source src="http://mainline.i3s.unice.fr/mooc/sintel.mp4" 
          type="video/mp4"> 
  <source src="http://mainline.i3s.unice.fr/mooc/sintel.webm" 
          type="video/webm">
  <track src="http://mainline.i3s.unice.fr/mooc/sintel-captions.vtt" 
         kind="captions" label="Closed Captions" default>
</video>
 
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
AuroreDechampspro
0viewers