⟩ Tell me what Is A Canvas? And What Is Its Default Border Size?
Canvas is an HTML5 element which can draw graphics on the fly with the help of JavaScript. The <canvas> element can only contain graphics. It supports a no. of methods for drawing paths, boxes, circles, text, and images.
By default, It has no border. However, it allows using CSS to change the border style.