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 need help with the unordered list in

<nav> <ul> <li>"Portfolio"</li> <li>"About"</li> <li>"Contact"</li> </ul> </nav>

4 Answers

Kelly von Borstel
Kelly von Borstel
28,880 Points

Hi, Manuel. I don't think you need the quote marks around the list item content.

<ul>
          <li>Portfolio</li>
          <li>About</li>
          <li>Contact</li>
</ul>
stjarnan
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
stjarnan
Front End Web Development Techdegree Graduate 56,488 Points

Hi Manuel!

What Kelly said is correct, you do not need the quote marks. In HTML you do not need to use quote marks at all inside of list items, paragraphs, headers and so on, unless you want them in your text.

Hi, Kelly. I already did it and press the preview buttom and it works! thanks

Hi Jonas!

I´m not sure but I think it was some kind of problem with the refresh buttom.... but anyway thanks for the advice! Regards