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

Business SEO Basics Better SEO Through Code Title Tag and Meta Description

welmoet van Kammen
welmoet van Kammen
5,507 Points

title tag

not sure about error

this is what I did. runs fine <html> <head> <title> Star Wars Merchandise </title> </head> </html>

The Markdown Characters are backticks, and I suspect you've used commas, which hides the text. Correct that so we can help you better :)

2 Answers

Please post the error message and the code you used. :) (see the Markdown Cheatsheet below for how to include code in a comment.)

Should just be

  <title>Star Wars Merchandise</title>

inside your head tags.