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 Build a Simple Website Styling Content Finishing the CSS

I've got a > on my website but can't find out where I did it

When i look at the website there is a > just below the Smells Like Bakin logo on the top left but I can't find it in the code. Here is a pastebin of the code:

http://pastebin.com/RVMQUMNv

Thanks

2 Answers

You have an extra > after the grid_9 class about 24 lines down.

<div id="intro" class="grid_9">>

thanks, don't know how I missed that

Quick tip for finding this would be to ctrl + f (to search page) and search for ">>" this would show where it was