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 Add a New Page

Alex Thomas
Alex Thomas
4,247 Points

pages aren't linking together

I wound post a snapshot of my project but I can't copy the link for some reason so i have to post the code. Basically, 2 page site, 1st page img link to 2nd page is what i'm trying to accomplish, for some reason it isn't working, Can anyone lend some insight please?

<a href="index.html"><img src="bmw.jpg"></a>

<a href="main.html"></a>

1 Answer

Steven Parker
Steven Parker
230,274 Points

I'll assume your first link is OK and the image shows up. But for the second link, since you have nothing between the start and end tags of the link, it will not be visible on the page.