HTML Banner 300x250 A href with video

 


Code:
//
<html>
	<head></head>
	<body style="margin:0px;" marginwidth="0" marginheight="0">
		<div>
			<a href="/" target="_blank">
				<video loop="" muted="" autoplay="" playsinline="" preload="auto" width="300" height="250">
                	<source src="/file.mp4" type="video/mp4">
                </video>
			</a>
		</div>
	</body>
</html>
//

Comments