Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

CSS CSS Basics (2014) Enhancing the Design With CSS Adjusting the Layout with Media Queries

Christopher Mlalazi
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Christopher Mlalazi
Front End Web Development Techdegree Graduate 17,305 Points

Meta Tag to Link With Smartphones

After inserting the meta tag into the html so that we can test our code on smartphone screens in the Chrome developer tools, do we delete the tag after use or we leave it there in the html forever? This has not been mentioned in the tutorial.

Hi Christopher,

Which course are you referring to / which meta tag please? :)

Craig

3 Answers

Hi Christopher,

The meta tag in question is pretty essential in responsive design in all honesty. I makes sure your site scales recognizes the width of the device is it being shown on and scales accordingly. This should be used on all your site in one way or another.

here is an informative link with more info

Hope this helps Craig

Christopher Mlalazi
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Christopher Mlalazi
Front End Web Development Techdegree Graduate 17,305 Points

It's in this tutorial towards the end, the meta tags one uses to link link html to chrome developer tools to view website compatibility with cellphone screens.