My First HTML5 Example

Posted: January 11, 2011 in HTML5
Tags: ,

My First HTML5 Example

<!DOCTYPE HTML>
<html>
<body>
<video width=”320″ height=”240″ controls=”controls”>
<source src=”http://www.longtailvideo.com/jw/upload/bunny.ogv” type=”video/ogg” />
Your browser does not support the video tag.
</video>
</body>
</html>

Advertisement

Leave a Reply

Please log in using one of these methods to post your comment:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s