Image

HTML & CSS - HTML 5 - Video tag

Video tag

We can add video to an html page to make the page interesting and appealing to a user. Video also help to add utility to our page. For ex., we can add an instructor’s speech to an online learning side or video in an electronic greeting card site.

<html>
<head>
<title>
Video tag
</title>
</head>
<body>
<Video controls>
<source src="movie mpu"type="audio/mpu">
your browser does not support the html audio tag
</video>
</body>
</html>
O/P