<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>HTML5 Video Tag</title>
</head>
<body style="margin:0;padding:0;">
<div style="margin:10px 0px 10px 10px;">
Lenny Loosejocks<br>
<video width="380" controls autoplay preload>
<source src="https://ihypress.com/videos/lenny01.mp4#t=6" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<div>
<a href="https://ihypress.de/lenny.php" target="_blank">See more Lenny cartoons here</a>
</div>
</body>
</html>