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 How to Make a Website Adding Pages to a Website Make an About Page

Brice Schultz
Brice Schultz
3,966 Points

I 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

The code itself looks good, but have you inserted it between your <section> tags?

Brice Schultz
Brice Schultz
3,966 Points

Yeah 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.