Site hosted by Angelfire.com: Build your free website today!

<video> will never be the same ... now that HTML 5 has arrived.

(This should prove frustrating to Adobe's efforts to promote Flash, over a web standard for video. Flash has had some security problems.)


Here is the code to embed the video you see to the right.

The first line opens the video tag with controls, having an OGG format file
as the source (src).

If the browser is not HTML 5 compliant, the second line of text is displayed.

The third line closes the video tag.:

  <video src="http://v2v.cc/~j/theora_testsuite/320x240.ogg" controls>
  Your browser does not support the <code>video</code> element.
  </video>
 
 


NOTE: This page uses special characters, color codes, HTML 5, and a little JavaScript