HTML5 and WebGL Examples

  HTML5 Canvas
The canvas tag is used to dynamically generate graphics on the client side. The canvas tag is only a container for graphics, one must use a script to actually draw the graphics.
JavaScript code

Visual presentation
Your browser does not support the canvas tag.