xxxxxxxxxx
<object data="../Video/VTS_01_1.vob" height="200" width="200"></object>
xxxxxxxxxx
<video width="640" height="480" controls>
<source src="video.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
xxxxxxxxxx
<!DOCTYPE html>
<html>
<head>
<title>Embedded Video Example</title>
</head>
<body>
<h1>Embedded Video Example</h1>
<video width="640" height="360" controls>
<source src="path_to_video/video.mp4" type="video/mp4">
<source src="path_to_video/video.webm" type="video/webm">
<p>Your browser does not support the video tag.</p>
</video>
</body>
</html>
xxxxxxxxxx
<iframe src="https://player.vimeo.com/video/605289840?h=b41c35336e&autoplay=1&loop=1" width="640" height="1138" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen></iframe>
<p><a href="https://vimeo.com/605289840">video-1630915308.mp4</a> from <a href="https://vimeo.com/user151004688">nguyen phu tuan K14</a> on <a href="https://vimeo.com">Vimeo</a>.</p>
xxxxxxxxxx
<iframe src="https://player.vimeo.com/video/605289840?h=b41c35336e&autoplay=1&loop=1" width="640" height="1138" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen></iframe>
<p><a href="https://vimeo.com/605289840">video-1630915308.mp4</a> from <a href="https://vimeo.com/user151004688">nguyen phu tuan K14</a> on <a href="https://vimeo.com">Vimeo</a>.</p>