html5 - Intro video using <video> tag -


i trying create introduction video website without using flash. should pop when page loaded , there should option skip it. possible using html5?

i cannot find this. find things on how create video or video tag in general.

i new , happy kind of help!

<video src="intro.mp4"></video> <a href="page2.html">skip</a> 

Comments

Popular posts from this blog

javascript - ScrollTo Effect (href to div) -

javascript - ng-class not responding to change in model in Angular? -

javascript - document.registerElement extending HTMLInputElement prototype while using custom tag name to avoid implicit browser style -