Code
Execute
<!DOCTYPE html> <html> <head> <title>html tutorial - html5 - html code - html form - In 30Sec by Microsoft Award MVP - | wikitechy default attribute</title> <base href="../tryit/"> </head> <body> <h2>HTML default attribute with example.</h2> <video width="350" height="300" controls> <source src="hibiscus.mp4" type="video/mp4"> <track src="subtitles_es.vtt" kind="subtitles" srclang="es" label="Spanish" > <track src="subtitles_en.vtt" kind="subtitles" srclang="en" label="English" default> </video> </body> </html>
Result