Tuesday, 6 December 2016

HTML Video


  1. HTML 5 supports <video> tag also. The HTML video tag is used for streaming video files such as a movie clip, song clip on the web page.
  2. autoplay Specifies that the audio will start playing as soon as it is ready
  3. controls Specifies that audio controls should be displayed (such as a play/pause button etc)
  4. loop Specifies that the audio will start over again, every time it is finished
  5. src Specifies the URL of the audio file
  6. height pixels Sets the height of the video player
  7. widthSets the width of the video player
  8. poster Specifies an image to be shown while the video is downloading, or until the user hits the play button

No comments:

Post a Comment