video

video
HTML video Element
NOTE: This new element is HTML5 and will be a standardized element in 2014.

The HTML <video> element is used to play videos on a web page and offer controls to the viewer.


HTML CODE EXAMPLE
<video src="myVideo.mp4" controls="controls" width="500" height="280">
  Fallback content like flash video goes here
</video>


 
You can define the source file to play by using the <source> element instead of the video element's "src" attribute. The source element also allows you to designate multiple video streams for the video element.

0 Response to "video"

Post a Comment