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 trialDima Rapoport
259 PointsNavigation element
Hi guys, i'm trying to finish navagtion elemnt and when i hit refresh on my page it's blank white?
2 Answers
Jennifer Nordell
Treehouse TeacherHi Dima Rapoport ! You're doing great, but you have a tiny typo. You started the link to index.html with a double quote, but tried to end it with a single quote or apostrophe. This won't work. Take a look:
You typed:
<a href="index.html'>
That should be:
<a href="index.html">
Note the double quote at the end of index.html
. When I fix that, your page displays as intended.
Hope this helps!
Dima Rapoport
259 PointsOW :) thank you very much!
Dima Rapoport
259 PointsDima Rapoport
259 Pointshttps://w.trhou.se/c3is1c277p