0 votes
in Bootstrap by
In <meta name=”viewport” content=”width=device-width, initial-scale=1?>the width=device-width part sets

a. To view in Desktop only

b. The width of the page to follow the screen-width of the device (which will vary depending on the device)

c. To view for Mobile only

d. None of these

1 Answer

0 votes
by
The width of the page to follow the screen-width of the device (which will vary depending on the device)
...