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 Creating HTML Content Build the Footer

David Hope
David Hope
19,876 Points

Red Highlight showing up on anchor close for Twitter, on Facebook beginning and end, and code following it.

While in the middle of this lesson I noticed The red highlight, which comes up in workspaces while adding and modifying code, is showing up where it shouldn't since the code appears to be correct. The highlight starts after the closing quotation mark for Logo on the code for Twitter and ends after the anchor close. On Facebook it starts at the anchor open, covers href, equals sign, opening quote, and the same part of as it does following Logo for Twitter. It then covers the rest of my code at the end. The following screenshot shows what I'm trying to descibe: http://imgur.com/8m3ao70 What am I doing wrong here and how do I fix this issue?

2 Answers

Vincenzo Merolla
Vincenzo Merolla
9,901 Points

You forgot the closing quotation mark in the href attribute of your first anchor tag in the footer.

<a href="http://twitter.com/ATLZombieNerd">
David Hope
David Hope
19,876 Points

Thank you for your help Vincenzo! That fixed the issue.