<!DOCTYPE html> <html> <head> <title>HTML video Tag</title> </head> <body> <video controls="controls" src="/video.mp4" height="150" width="250"> Your browser does not support the HTML5 Video element. </video> </body> </html>
<!DOCTYPE html> <html> <head> <title>HTML video Tag</title> </head> <body> <video controls="controls" src="/video.mp4" height="150" width="250"> Your browser does not support the HTML5 Video element. </video> </body> </html>