Assignment002HTML5 - HTML5 Video Tag

Video Info.

Use the new <video> tag to add video to your website. Provide multiple sources of video (file types) to accomodate various browsers.

Code Example:

<video controls="controls" width="480" height="360">

<source src="screencast.ogv" type='video/ogg>

<source src="screencast.webm" type='video/webm' >

<source src="screencast.mp4" type='video/mp4'>

Video is not visible, most likely your browser does not support HTML5 video

</video>

Some of my favorites ig:P


mutre-s441@chusd.org