Tell me what Is A Canvas? And What Is Its Default Border Size?

Submitted by: Muhammad
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.
Submitted by: Muhammad

Read Online Website Developer Job Interview Questions And Answers