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 trialErnesto Sena
Courses Plus Student 156 Points<img src="img/logo.gif" alt="Smells Like Bakin">
I type <body> <img src="img/logo.gif" alt="Smells Like Bakin"> </body> In question 2 of the quiz and it keeps saying it's wrong. Did I type it wrong? If so, where did I mess up? Thanks.
3 Answers
Rich Yates
3,576 PointsI've had to retype a correct line of markup a few times now in order for it to register, so try that if you haven't.
Rich Yates
3,576 PointsI've had to retype a correct line of markup a few times now in order for it to register, so try that if you haven't.
Callum King
6,470 PointsQuestion 2 is 'We've placed an image named 'cupcake.jpg' in a directory named 'img'. Add the image to the body of the document.'
Therefore it would be
<img src="img/cupcake.jpg">