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 Add Image Gallery Content

I have red error highlighting at the end of my code.

Could someone take a look and let me know what I am doing wrong? https://teamtreehouse.com/workspaces/21151072# Thanks in advance!

3 Answers

Usually, this is because you haven't closed a quotation mark or you never ended a div.

So for example this would be an error:

<div class="myObject> content </div>

Or this:

<div class="myObject"> content 

That's the most common reason to it, I hope you find your error, best of luck! Nils

Marcin Lubke
Marcin Lubke
13,253 Points

We can't open your private workspace, you must paste some part of your code, but most likely it's like Nils wrote. Check the place in your code where the red part begins and look for some unclosed tags or quotation mark.

Apparently it was an unclosed quotation mark at a space a little earlier than I was concentrating on trying to correct. I couldn't see the trees for the forest! LOL! Thanks for the help!