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

HTML

Bummer! The text inside the title tag should match the instructions exactly.

<!DOCTYPE HTML>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
    <title>Smells like Bakin` Cupcake Company</title>
  </Head>
</html>

  <body>

  </body>
</html>

It looks fine to me...

5 Answers

James Barnett
James Barnett
39,199 Points

What about using the character on the 7 key in this keyboard layout?

Imgur

I tried that too, and it does display it correctly but no luck

Try using &#39; It is the special code for ' character

No still haaving no luck.. this is weird.. its never happened before..

James Barnett
James Barnett
39,199 Points
Use a ' instead of a ` character as in Bakin'

Hi James,

Thank you.

Actually I cannot write that character because I am using a Japanese Keyboard.

But even then when I paste it in it is still not working.

When I post the code into this forum it changed the ' to `.

Dunno why... ill try another browser and see how it goes...

Update**

I tried it on Safari and still no luck, maybe ill just have to skip this...?

You are supposed to be using a single quotation mark (') Try copying it from this answer and pasting it into the code.