Html multi source video 6b
<!DOCTYPE html>
<html><head><title>video tag</title></head>
<body bgcolor="pink">
<center>
<video controls width="200" height="200" autoplay>
<source src="v.mp4" type="video/mp4"/>
<source src="v.mp4" type="video/mp4"/>
<source src="v3.mp4" type="video/mp4"/>
<source src="v4.mp4" type="video/mp4"/>
<source src="v5.mp4" type="video/mp4"/>
<source src="v6.mp4" type="video/mp4"/>
<source src="v7.mp4" type="video/mp4"/>
Your Browser does not support Video Tag.....
</video>
<p> video sample</p>
</cener>
<hr color="yellow" size="7">
</body></html>
Comments
Post a Comment