Which of the following code segments will keep people from being able to zoom in or out on your content?
(Choose1answer)
A. <meta name = 'viewport' content='width=device-width, initial-scale=1,maximum-scale = 1'>
B. <meta name = 'viewport' content='width=device-width, initial-scale=1'>
C. It is impossible to lock the zoom ability
D. All of the others
Q: 39