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 trialchesca
990 Pointsstuck at :html elements. not sure what i am suposed to put to add meta tag to head tag. help please
i'm just stuck at the code challenge. someone help please. so i can move on
13 Answers
Ken Alger
Treehouse TeacherFrancesca;
If you are stuck at the character set portion of the challenge, here is what the code should look like up to that point.
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
</body>
</html>
chesca
990 Pointssame here. i think that the forum only allows a certain number of words... thank you anyway ricardo for trying to help. just did exactly as told in tutorial.
chesca
990 PointsYes like this: <meta charset="utf-8" then close then </head> for the line after. still says that line about putting meta tag to head.
ricardo leiva sikic
1,463 Points< ! DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> </head> <body> . . ......
chesca
990 PointsI'm supposed to put the character set and it keeps reading to add the meta tag? But I'm doing exactly as told in the tutorial? Help please and thank you. This is how it looks <!DOCTYPE html> <html> <head> <meta charset="utf-8" </head> <body></body> </html>
ricardo leiva sikic
1,463 Pointssorry about that but i dont know why my answer isnt shows .
ricardo leiva sikic
1,463 Pointsdid you put meta charset after head tag?
chesca
990 Pointshmmm my code is not showing again
ricardo leiva sikic
1,463 Pointsim thinking that probably you did not close some bracket of your code line be careful when you finish you code lines; better if you for example when you open a tag element close it at the same time.
chesca
990 Pointsi did. will try to contact admin and see what's going on. appreciate the help ricardo!
ricardo leiva sikic
1,463 Pointsno problem i hope you fix the issue
chesca
990 PointsHi guys! can't thank you enough for helping a newbie up on her feet. Here is the code i made, where did i go wrong? I'm supposed to put a charset and then it keeps saying to put meta tag to head which I believe I did.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf 8"
</head>
<body></body>
</html>
Wondering where I went wrong? Thank you! :-)
Ken Alger
Treehouse TeacherFrancesca;
As you probably discovered, you were missing the closing ">" on your meta tag.
Pleased you solved this one, best of luck in your coding.
Ken
chesca
990 PointsAll done! Thanks very much for the support. Yay! :-)
Jason Anello
Courses Plus Student 94,610 PointsJason Anello
Courses Plus Student 94,610 PointsHi Francesca,
See this thread for how to post code: https://teamtreehouse.com/forum/posting-code-to-the-forum