Kizspy | Question: 44
(Choose 1 answer)
What option is the way for testing responsive web design?
A. You will buy all devices that have different sizes.
B. You use some tools for testing such as google Dev Tools Device Mode, Google resizer,...
C. In the meta tag, you set the property width=device-width and the property initial-scale=1.0. They set the
width of the page to follow the screen-width of the device and the initial zoom level.
D. All of the others