<!DOCTYPE HTML> <html> <body> <video width="300" height="220" controls> <source src="movie_name.mp4" type="video/mp4"> <source src="movie_name.ogg" type="video/ogg"> Your browser does not support the video tag. </video> </body> </html>
Comments 4