HTML canvas tag
Canvas is an HTML5 element used to draw two dimensional images. It represents an area in which you can build graphs, animations, drawings or games using js methods. At first glance, it is analogous to img, but unlike this element, it does not have alt and src attributes. Some browsers have problems with CSS support, …