Menu

True or false: To instruct the browser to use the default device width, you would use meta name="viewport" content="width=device-width".

We help you to get prepared and pass your Marketing online Certification exams. It’s a better way to learn what you need using our Top Quality Time-Saving Guides and practical tips and tricks. More info: https://www.certificationanswers.com/en/

True or false: To instruct the browser to use the default device width, you would use <meta name="viewport" content="width=device-width">.

True
False

Explanation:
Using the meta viewport value [width=device-width] instructs the page to match the screen’s width in device independent pixels. This allows the page to reflow content to match different screen sizes.
Read more here: https://developers.google.com/speed/docs/insights/ConfigureViewport