1.
What is HTML5 Canvas primarily used for?
2.
Which HTML5 element is used to create a canvas?
3.
What is required to draw on an HTML5 Canvas?
4.
Which method is used to draw a rectangle on an HTML5 Canvas?
5.
How can text be added to an HTML5 Canvas?
6.
What is the purpose of the beginPath() method in canvas drawing?
7.
Which method is used to draw a circle on an HTML5 Canvas?
8.
How can animations be created on an HTML5 Canvas?
9.
What is the purpose of the getContext() method in HTML5 Canvas?
10.
Which property is used to set the color of strokes and fills on an HTML5 Canvas?