HTML5 - HTML5 Web Development Practice Test
HTML5 HTML5 Canvas and Graphics
Which method is used to get a 2D drawing context from an HTML5 canvas element?
Select your answer
A
getContext('2d')
B
getContext('canvas')
C
getDrawingContext()
D
context2D()
Hint