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 trialwelmoet van Kammen
5,507 Pointstitle tag
not sure about error
this is what I did. runs fine <html> <head> <title> Star Wars Merchandise </title> </head> </html>
2 Answers
Cena Mayo
55,236 PointsPlease post the error message and the code you used. :) (see the Markdown Cheatsheet below for how to include code in a comment.)
notf0und
11,940 PointsShould just be
<title>Star Wars Merchandise</title>
inside your head tags.
notf0und
11,940 Pointsnotf0und
11,940 PointsThe Markdown Characters are backticks, and I suspect you've used commas, which hides the text. Correct that so we can help you better :)