video coding in html5

1 replies
  • WEB DESIGN
  • |
What is the coding for video in html5?
#coding #html5 #video
  • Profile picture of the author ronc0011
    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

    {{ DiscussionBoard.errors[6969917].message }}

Trending Topics