Search This Blog

HTML Video Tag With Loop Attribute Example

HTML Video Tag With Loop Attribute Example :
<!doctype html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<h2> Video Tag With Loop Attribute Example </h2>

<video controls loop="1">
<source src="Jabra Song.mp4" type="video/mp4">
this tag not support in your browser
</video>

</body>
</html>
OUTPUT
HTML Video Tag With Loop Attribute Example

No comments:

Post a Comment