video coding in html5

by
alfiecharleng
Profile picture of alfiecharleng
Posts: Threads: Thanks: Account age: less than a second
1 replies
What is the coding for video in html5?
#coding #html5 #video
  • Profile picture of the author ronc0011
    ronc0011
    Profile picture of ronc0011
    Posts: Threads: Thanks: Account age: less than a second
    Code:
    
    <videowidth="320"height="240"controls="controls">
    <sourcesrc="movie.mp4"type="video/mp4"/>
    <sourcesrc="movie.ogg"type="video/ogg"/>
    Your browser does not support the video tag.
    </video>
    
    Check it out here. Google is your friend

    HTML5 Video

Trending Topics