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 trialBryan Castillo
2,484 PointsI have a fatal error that i want to resolve involving my anchor tag.
It starts at line 20 of my index.html
1 Answer
Aladdin Sidahmed
1,111 PointsHello Bryan, the problems, in my opinion, are:
- In line 15, you need to close the anchor tag by adding </a> at the end of the line.
- I don't understand the closing tag </a> in line 25. Can't tell which upon anchor you are trying to close.
I hope this helps in getting your code working.
Let me know how it goes.
Bryan Castillo
2,484 PointsBryan Castillo
2,484 PointsIt in fact did get rid of the fatal error. I think my reasoning for some reason was to put the closing anchor tag after all that code not sure but thanks.