DEV Community

Discussion on: 6 HTML tips you did not know.

Collapse
 
hackergaucho profile image
Hacker Gaucho • Edited

great post. this is a real WebVTT example (click on CC to enable the text):

<video width="500" height="375" controls>
    <source type="video/mp4" src="https://tinyurl.com/cxedbzc" />
    <track kind="subtitles" src="https://tinyurl.com/t44l866" srclang="en" label="English" />
</video>
Collapse
 
tomiiide profile image
Tomide Oladipo

Thanks a lot, Anderson.