Canvas Tag in HTML5
In very simple words, Canvas is a tag for HTML5 (which looks like <canvas> in HTML) that allows us to use graphics effects when designing a web page OR we can say that <canvas> is an HTML5 graphical element.
How to Use Canvas?
Using the <canvas> tag gives us more freedom to design amazing effects according to the graphics requirement. You can draw something like circles, lines, polygons, rectangles, and more just by using this <canvas> tag along with Javascript.
If you are looking for the full tutorial of <canvas> then visit our Tutorial section where you can find more tutorials related to web design such as HTML, HTML5, HTML Tags, CSS, and Javascript.