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.

Related Posts :

  • input checkbox input checkbox TML input checkbox Element Setting the HTML input element's type attri… Read More...
  • iframe iframe HTML iframe Element The <iframe> element is used to insert an independe… Read More...
  • img img HTML img Element The HTML <img> element is used to render image media like … Read More...
  • input button input button HTML input button Element Setting the HTML input element's type attribut… Read More...
  • input input HTML input Element The HTML <input> element is a very versatile and impor… Read More...

0 Response to "video"

Post a Comment