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

Incorrect task checking

We cannot get passed

"Build a Simple Website, Text Editors and HTML, Images and Lists, task 4/4"

We have correctly added the three list elements as instructed to the unordered list, but keep getting an error telling us to add three elements to the "ordered" list.

It will not let us continue. Please help.

3 Answers

Guil Hernandez
STAFF
Guil Hernandez
Treehouse Teacher

Hi Ross,

I just tested the Code Challenge, and all seems fine in task 4/4. Does yours look like this:

<ul>
   <li>About</li>
   <li>Cupcakes</li>
   <li>Locations</li>
</ul>

Hope that helps.

@Eric I always recommend people share a *working example of HTML& CSS markup using an interactive playground instead of a static file like a pastebin.

In order of preference: