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

Why is my question wrong?

During the Title Tag and Meta Description objective in the SEO Basics course I placed the title in the heading section just below the opening for the heading where the title goes. I used the approiate opending and closing markers for the title and I placed the title between these points. I do not understand why my answer is wrong nor do I have any idea how to fix it. I have rewatched the video and the title tag in the video looks just like mine, same location and same code (just different title name).

index.html
<html>
<head>
  <title> Star Wars Merchandise </title>
    <meta charset="utf-8">
</head>
<body>
    <p>Star Wars Merchandise</p>
    <p>Boba Fett Shirts</p>
    <p>Available in white; sizes S-M-L-XL</p>
    <p>Darth Maul Hat</p>
    <p>Available in black or white at <a href="http://hats.com">Hats.com</a></p>
</body>
</html>

1 Answer

Steven Parker
Steven Parker
229,657 Points

:point_right: The challenges can be rather pedantic sometimes.

In this case, it apparently doesn't like the spaces between your tags and the enclosed text. Fix that and you should have it.

P.S. Did you realize that your profile photo is upside-down? :wink:

Thank you Steven. I will try that now. Yes I know my profile photo is upside down. Funny enough I can not seem to get it to face right side up. I even tried flipping the original photo upside down in hopes that this system would then in turn flip it right side up. But alas it did not work. I figure I willl just let it be.