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

whitneywilkerson
whitneywilkerson
3,762 Points

Is there something wrong with my code or something wrong with treehouse's links? (HTML challenge 2)

Hi everyone! I hope you're doing well. I'm making my way through the HTML course for Front End Development. I'm on challenge 2. I have two working links in my lists. I have linked all three. When I mouse over them it shows that webpage that it will link to. However, I'm stuck here as it keeps saying that I must link Pies to pies.html. Which I have done. Does anyone see an issue with my code?

Apparently we can't upload files so I'll paste below: <li><a href="cakes.html"</a>Cakes</li> <li><a href="pies.html"</a>Pies</li> <li><a href="candy.html"</a>Candy</li>

When I preview the code it shows all hyperlinks with the .HTMLpages linked to each one correctly. Any help would be appreciated.

Thanks!

1 Answer

whitneywilkerson
whitneywilkerson
3,762 Points

I finally figured out what was wrong!

Thanks.

JanCarlo Batbatan
JanCarlo Batbatan
467 Points

What was wrong because Iā€™m stuck with the same problem?