<!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>
<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
Reviewed by Network security
on
May 05, 2019
Rating:
No comments: