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 CSS

So while make resume I want to add the <img src="" > link for my photo of self which is stored in computer?

I know that by getting the location of local storage for my self photo i can view the picture in browser but in this case I will upload work on github and run the .html file on someone else machine than the local storage link will not work and the picture will not get displayed .... So is der any online platform on which I can upload my picture and take links from them to make it

1 Answer

Steven Parker
Steven Parker
229,644 Points

You're right that absolute paths on your local machine aren't portable. But if you use a relative path for the source location, it should work both on your local computer and on github.