Canvas is a tag in HTML5 which is used to draw graphics in the web page with the help of some script. Canvas is really powerful and with this tag, you can draw complex shapes and animations on fly. The most widely used script for Canvas is JavaScript. To start with HTML5 canvas, you must have at least the basic knowledge of HTML and JavaScript. To give you an idea, you can create simple games, animations, word arts, photo compositions, etc. just with JavaScript. This is the first part of the series of Tutorial on HTML5 Canvas. Here, we will…
↧