Canvas !!!
- The
<canvas>
element is only a container for graphics - For drawing the graphics, You must use JavaScript
- It provides you a way to play with 2D graphics
- You can Draw & Animate the characters or geometric shapes
- Also you can create Games using it
*The above graphic is made in canvas
Next ❯Lets Draw