0 votes
in Bootstrap by
Which of the following is correct about Bootstrap Mobile First Strategy?

A. You need to add the viewport meta tag to the element, to ensure proper rendering and touch zooming on mobile devices.

B. width property controls the width of the device. Setting it to device-width will make sure that it is rendered across various devices

(mobiles,desktops,tablets...) properly.

C. initial-scale=1.0 ensures that when loaded, your web page will be rendered at a 1:1 scale, and no zooming will be applied out of the box.

D. All of the above.

Related questions

0 votes
asked Feb 14, 2020 in Bootstrap by SakshiSharma
0 votes
asked Feb 14, 2020 in Bootstrap by SakshiSharma
...