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 Bootstrap Basics Getting to Know Bootstrap Getting Started

Meta tags before title

Meta tags should go before title tag.

"In order for all browsers to recognize a <meta charset> declaration, it must be

Within the <head> element, Before any elements that contain text, such as the <title> element, AND Within the first 512 bytes of your document, including DOCTYPE and whitespace"

Source: https://code.google.com/archive/p/doctype-mirror/wikis/MetaCharsetAttribute.wiki

3 Answers

Sorry for not being clear. Just trying to correct the video or alowing someone to correct me with best practices?

He's asking whether his statement, "Meta tags should go before title tag", is correct or not.

He's asking whether his statement, "Meta tags should go before title tag", is correct or not.