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 (2016) Adding a New Web Page Write the HTML

My image will not load on the resume page. Only showing alt info for some reason

For some reason, I can not load an image placeholder on my resume page. I have tried on both Safari and Chrome. The page will only show the alt info with a broken picture of a paper sheet. Any advice or suggestions will be greatly appreciated. Thank you!

Here is a snapshot of my code in workspace so far: https://w.trhou.se/uf7chz30hs

1 Answer

Steven Parker
Steven Parker
229,644 Points

In "resume,html" on line 8, the attribute is "scr" but it should be "src" (abbreviation for "source").

I see! Awesome, thank you for the help!

thank you