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!

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

Images and Lists Test Incorrect?

Here is the code I have created (with a dash to prevent the code from being hidden): http://d.pr/i/osy8

Here is a screenshot of what I'm supposed to do: http://d.pr/i/lb0k

However, it is marking my work as incorrect. What is going on?

Thanks for your help!

4 Answers

And yes, I only entered in the title tags for the test (because I wasn't supposed to do anything else yet).

(open title tag here)Smells Like Bakin' Cupcake Company(close title tag here_

You had a ' at the start and a " at the end that should not be there.

You have a ' at the start of the title text, and end with ". I'd say you need neither of them for it to work :)

Oh yeah, duh. Thanks guys!