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 trialAnthony Stewart
212 PointsUnordered List
The quiz asked me to add an empty unordered list. I typed
<ul>
</ul>
Am I doing something wrong? Anthony
3 Answers
Stone Preston
42,016 Pointsyou need to be sure the list is below the image in the body.
<body>
<img src="img/cupcake.jpg">
<ul>
</ul>
</body>
Chase Lee
29,275 PointsYeah. That's the only thing that I can see that would could be wrong with it.
Chase Lee
29,275 PointsIt looks right. Can you give me a link to the code challenge that your having problems with.
Stone Preston
42,016 Pointschallenge is linked on the right side of the page under related content
Chase Lee
29,275 PointsThanks Stone Preston! For some reason I totally missed that one.
Stone Preston
42,016 Pointsthey 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.
Stone Preston
42,016 PointsStone Preston
42,016 Pointsyou 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.