Please note, this is a STATIC archive of website www.tutorialrepublic.com from September 2022, cach3.com does not collect or store any user information, there is no "phishing" involved.
Show Output
<!DOCTYPE html> <html lang="en"> <head> <title>Example of HTML track Tag</title> </head> <body> <video controls="controls"> <source src="/examples/video/shuttle.mp4" type="video/mp4"> <source src="/examples/video/shuttle.ogv" type="video/ogg"> <track src="/examples/video/subtitles_en.vtt" kind="subtitles" srclang="en" label="English"> Your browser does not support the HTML5 Video element. </video> </body> </html>