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 trialGobie Thinakaran
6,075 PointsTrack and challenge question regarding Link each of the three list items. Portfolio should go to โindex.htmlโ
Hello All,
It says that the portfolio should go to the "index.html" . Though I have already done so. Is there something that I am doing wrong? Please help.
3 Answers
Joan Valls de Padrines Amengual
11,760 PointsIn this code challenge you have 3 steps:
- First step: create the nav and the ul element with the open and closing tags.
- Second step: create the li elements with the names.
- Third step: surround each li element with an anchor tag everyone to each site. That means, for the first one, you have to surround the first li tag Portfolio with an anchor tag with the href attribute value index.html.
Hope that helps to reach the next stage.
Gobie Thinakaran
6,075 PointsFound the problem. Thanks everyone for the help!
Gobie Thinakaran
6,075 PointsFound the problem. Thanks everyone for the help!
Jason Anello
Courses Plus Student 94,610 PointsJason Anello
Courses Plus Student 94,610 PointsHi Gobie,
Please post your code. We would need to see that in order to know what you might be doing wrong.