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 trialDominique Christian Deluvio
340 PointsI've already uploaded the image i want to link to as a source for an image I want in the html, but it doesn't show up
<!DOCTYPE html> <html> <head> <title>Dominique's Resume</title> </head> <body> <img src="woman2.png" alt="Woman's Lips"> </body> </html>
2 Answers
Peter Vann
36,427 PointsHi Dominique!
Where is the image file located relative to the HTML file? Is it in any kind of subfolder?
Gavin Eyquem
Front End Web Development Techdegree Student 20,732 PointsPlease check the exact place of the image. Which folder is it in? Try to specify the location of the image.