hdr

How to create your own video player with HTML

Hi guys,  today I'm going to show you that how to create your own video player with HTML
  Lets start...



    <!DOCTYPE html> 
    <html> 
    <body> 
    
    <video width="400" controls>
      <source src="mov_bbb.mp4" type="video/mp4">
      Your browser does not support HTML5 video.
    </video>
    
    
    </body> 
    </html>

No comments

Powered by Blogger.