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 Responsive Web Design and Testing Website Testing

I have a fatal error that i want to resolve involving my anchor tag.

It starts at line 20 of my index.html

https://w.trhou.se/4pd0syrkuu

1 Answer

Hello Bryan, the problems, in my opinion, are:

  1. In line 15, you need to close the anchor tag by adding </a> at the end of the line.
  2. 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.

It 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.