HTML :- Video loop play

<!DOCTYPE html> 

<html> 

 

<head> 

 <meta name="viewport" content="width=device-width, initial-scale=1"> 

</head> 

 

<body> 

 

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

  </video> 

 

</body> 

 

</html>




Used of:-


  • The video will be repeated by specifying loop attribute.
HTML :- Video loop play HTML :- Video loop play Reviewed by Network security on May 05, 2019 Rating: 5

No comments:

Useful Information

Powered by Blogger.