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 Introduction to HTML and CSS HTML Fundamentals HTML Fundamentals Quiz

Jacqueline Sadberry
Jacqueline Sadberry
306 Points

Stuck on Question (use of src attribute)

I keep missing this one question on the quiz. You're supposed to give the image a src attribute. I get the second part right "images/spain.jpg" but it marks the first part as wrong.

I thought it was supposed to be img src= but that was incorrect. So I tried just src=, which was also incorrect.

Maybe I'm just tired and need a break, but I'm confused on what it should be. Why is img src= not the right answer?

1 Answer

Steven Parker
Steven Parker
242,796 Points

Were you typing in src=, including the equal sign?

Note that the equal sign is already provided in the code by the quiz, so you should only enter src into the first blank.