HTML :- Video autoplay

<!DOCTYPE html>
<html>

<head>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <title>Video auto play</title>
</head>

<body>

 <video width="480" autoplay="true" src="video.MP4">
  </video>

</body>

</html>


Used of:-

The video will automatically play when autoplay attribute set as true.
HTML :- Video autoplay HTML :- Video autoplay Reviewed by Network security on May 05, 2019 Rating: 5

No comments:

Useful Information

Powered by Blogger.