iphone safari html5 video tag code example
Example: HTML5 Video tag not working in Safari , iPhone and iPad
<video height="250" width="250" controls>
<source src="video.mp4" type="video/mp4" />
Your browser does not support the video tag.
</video>