HTML Video Tag

We can use the Video tag display the video in web page
<html>
<head>
<title>Video Tag</title>
</head>
<body>
<video height='200px'width='200px'autoplay controls loop>
<source src='video.mp4'/>
</video>
</body>
</html>



No comments:

Post a Comment