Thursday, March 3, 2011

Example code for HTML5 features: media support

<video width="320" height="240" controls="controls" src="movie.ogg" type="video/ogg">
Your browser does not support the video tag.
</video>
Online example:


No comments:

Post a Comment