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

Unordered List

The quiz asked me to add an empty unordered list. I typed

<ul>
</ul>

Am I doing something wrong? Anthony

Stone Preston
Stone Preston
42,016 Points

you will need to format your HTML using markdown. Look at the markdown cheatsheet to see how to do this. A quick and easy way is to skip a line and indent 4 spaces for a one line code snippet.

3 Answers

Stone Preston
Stone Preston
42,016 Points

you need to be sure the list is below the image in the body.

<body>
    <img src="img/cupcake.jpg">
    <ul>
    </ul>
  </body>
Chase Lee
Chase Lee
29,275 Points

Yeah. That's the only thing that I can see that would could be wrong with it.

Chase Lee
Chase Lee
29,275 Points

It looks right. Can you give me a link to the code challenge that your having problems with.

Stone Preston
Stone Preston
42,016 Points

challenge is linked on the right side of the page under related content

Chase Lee
Chase Lee
29,275 Points

Thanks Stone Preston! For some reason I totally missed that one. :frowning:

Stone Preston
Stone Preston
42,016 Points

they just added that feature in a few weeks ago so its easy to miss if you didnt know it was there. It also only shows up if the user creates the forum post from the challenge/video.