- 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.
- autoplay Specifies that the audio will start playing as soon as it is ready
- controls Specifies that audio controls should be displayed (such as a play/pause button etc)
- loop Specifies that the audio will start over again, every time it is finished
- src Specifies the URL of the audio file
- height pixels Sets the height of the video player
- widthSets the width of the video player
- poster Specifies an image to be shown while the video is downloading, or until the user hits the play button
Material about computer programming languages like HTML, CSS, JavaScript, SQL, Java
Tuesday, 6 December 2016
HTML Video
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment