11.
What does the lineTo() method do in canvas drawing?
12.
How can images be loaded and displayed on an HTML5 Canvas?
13.
What is the purpose of the arc() method in canvas drawing?
14.
Which attribute is used to specify the width of an HTML5 Canvas?
15.
What does the fill() method do in canvas drawing?
16.
Which method is used to clear the entire canvas?
17.
How can developers handle user interactions on an HTML5 Canvas?
18.
What is the purpose of the fillStyle property in canvas drawing?
19.
Which method is used to draw an image on an HTML5 Canvas with scaling options?
20.
How can developers create gradients on an HTML5 Canvas?