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 Organize with Unordered Lists

Another error.

I have no idea why this isn't working perhaps someone would be kind enough to help me out.

Here's the instruction: Inside the section element, create an unordered list with three blank list items. This will become an image gallery, but don’t fill in the list items just yet.

Here's my code. http://i.gyazo.com/96a353cd4ddd30864ef44bcef24159ea.png

What am I doing wrong? I already did this once before and it was right but I closed the page and I had to restart, now it's not working.

5 Answers

I think you've created 3 unordered lists, each containing one list item. Try looking more closely at the existing nav example and back at the instructions - "create an unordered list with three blank list items".

^^

Asked: Inside the section element, create an unordered list with three blank list items. This will become an image gallery, but don’t fill in the list items just yet.

You shouldn't have the a tags just yet and don't fill anything in the lists, should be empty.

Should look like this:

<ul>
   <li></li>
   <li></li>
   <li></li>
</ul>

xP the code you used there is only for the last step

Oh my gosh, serves me right for learning at 3AM in the morning :P

A big thanks to you both for showing me the error, thank you guys.

No Problem ^^

Haha why so early? xO

My semester's finished and I have no work tomorrow! Just taking advantage of all of the spare time ;) haha

Haha awesome xP

Well if I was in the same situation o.O I'd have fallen asleep at my desk~

^^ but its good, hope you enjoy the track~ Good luck

I am enjoying it and thank you Ryno Botha!