Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Catalin Mircea Nicolaica
16,781 PointsSomething is wrong with this
I have 3 problems (atleast workspace has highlighted 3 things with red) and I dont know what is wrong http://imgur.com/sVPhAF4 , also the ''©" does not seem to work when using workspace and testing, i've input code on js bin and it seems to work fine there, so I am not sure what is wrong with code or if there is a problem on workspace also code is at https://gist.github.com/anonymous/74f44d86d8805dfdeea6 if someone wants to look at the full code and tell me if something is wrong
2 Answers

Gianmarco Mazzoran
22,052 Pointsi find a typo on your code, after the src attribute in the img tag there are two double quotes in more.

Shawn Denham
Python Development Techdegree Student 17,789 PointsYou also have the link to your stylesheet outside of your head. There are a few typos as well.
I would recommend that you use the Markup Validation Tool click on direct input and paste your code in.
Hope this helps!
Gianmarco Mazzoran
22,052 PointsGianmarco Mazzoran
22,052 Pointsyou've typed
<img src="img/numbers-01.jpg"" alt="">
instead of
<img src="img/numbers-01.jpg" alt="">