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 trialUnsubscribed User
6,122 PointsI don't know how to put meta into the head tag. Please help?
I dont know how to put meta into the head tag. please help?
Rich Barker
7,832 PointsNot sure of your specific needs.
<!DOCTYPE html> <html> <head> <meta charset="utf-8">
Does this help?
Unsubscribed User
6,122 PointsIm trying to figure out where to place it ? it says place into Head so im thinking I should put it between <head></head>?
Rich Barker
7,832 PointsJust below the head element:
<head> <meta charset="utf-8">
2 Answers
Khambrel Davis
24,572 PointsMODERATOR EDIT: Added markdown for code to be visible.
Between the head tags. Example:
<head>
<meta charset="dwnasj" >
</head>
Jason Anders
Treehouse Moderator 145,860 PointsCorrect. Any Meta tags will go in the <head> tags. It is also good practice though to not have whitespace (a space) after the " before the close >.
Keep Coding! :)
Rich Barker
7,832 Pointsopening head tag opening meta tag for some reason I can't get the html to copy to this.
be sure to close them
Khambrel Davis
24,572 PointsKhambrel Davis
24,572 Points< meta= [Whatever data you want to input] >