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 trialBrice Schultz
3,966 PointsI see absolutely nothing wrong with my code ><
Add the profile picture "img/gratt.png" inside the section element. Then, write a description in the alternate attribute and add the class "profile-photo" to the image.
^ the question on the quiz
my code:
<img src="img/gratt.png" alt="description blah blah" class="profile-photo">
2 Answers
johnmacgaffey
13,877 PointsThe code itself looks good, but have you inserted it between your <section> tags?
Brice Schultz
3,966 PointsYeah I just forgot to paste them in I got it figured out after some hair pulling. I didn't add a closing </img> after the code posted above.