Select from following answers:- script
- canvas
- audio
- embed
- All Above
The HTML <canvas> element is used to draw graphics on a web page.
The <canvas> element is only a container for graphics. We must use a script to actually draw the graphics.
Example:-
<canvas Id = "Canvas1" width = "100" height = "100"></canvas>
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator