Search This Blog

HTML Video Tag with width Attribute Example

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

<h2> Video Tag with width Attribute Example </h2>
<video width="400" controls>
<source src="Jabra Song.mp4" type="video/mp4">
this tag not support in your browser
</video>

</body>
</html>
OUTPUT
HTML Video Tag with width Attribute Example

No comments:

Post a Comment