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 Text Editors and HTML Images and Lists

Dalvin Nichols
Dalvin Nichols
3,421 Points

Issues with the naming portion of the unordered list

I am having issues with naming my unordered list. Every time I write my first line of code within the <ul> tag it is fine. But then when I start writing my second line (With the exact same code) The color of the code where I name the list item turns green, instead of white like the first list item. Then, when I go to refresh the html, both bullet points show up, but only the first list item shows up. Any suggestions in what I am doing wrong?

Thanks!

2 Answers

Could you paste your code here so we can take a look?

Dalvin Nichols
Dalvin Nichols
3,421 Points

I actually retyped the entire code haha. Just to see if there was something that I did wrong that I wasn't seeing upfront. And it works fine now! I guess the more I code, the more I will learn. :]