HTML Video Tag with Height Attribute Example :
<!doctype html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<h2> Video Tag with Height Attribute Example </h2>
<video height="400" controls>
<source src="Jabra Song.mp4" type="video/mp4">
this tag not support in your browser
</video>
</body>
</html>
OUTPUT<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<h2> Video Tag with Height Attribute Example </h2>
<video height="400" controls>
<source src="Jabra Song.mp4" type="video/mp4">
this tag not support in your browser
</video>
</body>
</html>
No comments:
Post a Comment