Must Read – Unleash the power of HTML 5 Canvas for gaming

An excellent article discusses about using HTML5 canvas for building browser based games using only HTML and Javascript. The <canvas> element is used to draw graphics, on the fly, on a web page.

The power of HTML5 Canvas is that you can draw any 2D or 3D content within the canvas region using powerful HTML5 Javascript API’s.

Recommend reading article which would give you good understanding on HTML5 Canvas.

http://blogs.msdn.com/b/eternalcoding/archive/2012/03/22/unleash-the-power-of-html-5-canvas-for-gaming-part-1.aspx

Some other resources for learning

http://www.w3schools.com/html5/html5_canvas.asp

http://www.html5canvastutorials.com/