<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Video Controller</title>
</head>
<body>
<video width="480" controls autoplay="false" src="video.MP4">
</video>
</body>
</html>
Used of:-
When control attribute present, the video controls be display.
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Video Controller</title>
</head>
<body>
<video width="480" controls autoplay="false" src="video.MP4">
</video>
</body>
</html>
Used of:-
When control attribute present, the video controls be display.
HTML :- Video enable controller
Reviewed by Network security
on
May 05, 2019
Rating:
No comments: