Vidyalelo
JavaScript · Q12

Graphics And Rendering

Programming · JavaScript · question 12

Q12

From which version of IE is canvas supported?

A.
7
B.
8
C.
9
Answer
D.
Not yet supported

Answer: Option C

Solution

Answer: Option C
Solution:
The canvas element is not supported by IE before IE9, but it can be reasonably well emulated in IE6, 7, and 8.