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 trialChristopher Mlalazi
Front End Web Development Techdegree Graduate 17,305 PointsMeta 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.
3 Answers
Craig Watson
27,930 PointsHi 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
Front End Web Development Techdegree Graduate 17,305 PointsIt'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.
Christopher Mlalazi
Front End Web Development Techdegree Graduate 17,305 PointsProblem solved! Thanks Craig.
Craig Watson
27,930 PointsCraig Watson
27,930 PointsHi Christopher,
Which course are you referring to / which meta tag please? :)
Craig