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 Create Navigation with Lists

i am listing the stupid thing it even show up in preview not letting me past.

listing items

Hi Levi,

Can you post the code you have so far and which task you're on?

I am on how to make a website. code challenge. it says inside the nav element create 3 list items. i got the first task which is tha nav and unordered list. it keeps telling me to make sure portfolio is on the list. here is the code.

<nav>
   <ul>
     <li>portfolio</li>
     <li>about</li>
     <li>contact</li>
    </ul>
</nav>

it shows up on the preview just fine but is telling me portfolio isnt there.

thank you for your expedient response,

You're welcome.

I went ahead and fixed your code block for you so that the html wouldn't be stripped out.

This thread will show you how to do that: https://teamtreehouse.com/forum/posting-code-to-the-forum

I was writing it exact i just didnt need the parentheses. thank you for your help jason.

2 Answers

Hi Levi,

I think your only problem is that you didn't capitalize each word.

Assuming you have your nav after the link but still inside the header then you should pass once the capitalization is fixed.

Im having another problem on structure the image gallery. the files wont show up in workspace i highlighted them all and dragged over and they. never show up.

Adama Sy
Adama Sy
7,076 Points

<body> <header> <a href="index.html">

    <h1>Nick Pettit</h1>
    <h2>Designer</h2>
  </a>

  <nav>
   <ul>
   </ul>
</nav>

they are asking you to post after the link = a tag