<!DOCTYPE html>
<html>
<body>
<video width="350" height="260" controls autoplay>
<source src="videoname.mp4" type="video/mp4">
<source src="videoname.ogg" type="video/ogg">
</video>
</body>
</html>
To view the various formats supported/unsupported by html 5,
visit links-
http://www.w3schools.com/html/html5_video.asp
https://developer.mozilla.org/en-US/docs/HTML/Supported_media_formats
<html>
<body>
<video width="350" height="260" controls autoplay>
<source src="videoname.mp4" type="video/mp4">
<source src="videoname.ogg" type="video/ogg">
</video>
</body>
</html>
To view the various formats supported/unsupported by html 5,
visit links-
http://www.w3schools.com/html/html5_video.asp
https://developer.mozilla.org/en-US/docs/HTML/Supported_media_formats
No comments:
Post a Comment