Canvas
Canvas, short for HTML <canvas> Element, is a web standard for drawing graphics via scripting, typically using JavaScript. It is used in web applications for dynamic rendering of shapes, images, animations, and interactive visualizations. Developers can use Canvas directly in HTML documents and manipulate it with JavaScript APIs. No additional installation is required; it is supported natively in all modern web browsers.