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 trialRichard Pomeroy
1,108 PointsCode Challenge: Title Tag and Meta Tag - add title tag to this page....
Hello,
I am attempting to complete the code challenge: 'Add a Title Tag to this page and name it "Star Wars Merchandise". I have a feeling I am making a silly mistake, but do not understand where I am going wrong currently.
The tag I have added has been:
<title> Star Wars Merchandise </title>
This has been added within the 'Head' tags and below the meta charset tag.
<head> <meta charset="utf-8"> <title>"Star Wars Merchandise"</title> </head>
Any ideas as to where I am going wrong here would be appreciated :)
Thanks!
NOTE: This has now been resolved :)
Yorvin Apolinar Luna Wisky
5,791 PointsYorvin Apolinar Luna Wisky
5,791 PointsWhat was you did? help me please. Also I added within the 'Head' tags and below the meta charset tag.