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 trial10 Answers
Nathan Terrazas
579 Points<!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title>Smells Like Bakin' Cupcake Company</title> </head>
<body> <img src="img/cupcake.jpg" <ul> </ul>
</body> </html>
The challenge asked for an empty unordered list after the image. I opened and closed a ul tag, no? Thanks in advance for your help.
Diane Houghton
5,773 PointsThis would be an unordered list tag: <ul></ul>
Diane Houghton
5,773 PointsHi, can you post the code that you used so we can see what's wrong?
Nathan Terrazas
579 Pointssffds sdfssf sfsfsf sfsfsf
Nathan Terrazas
579 PointsDiane- I can't see your reply...
Diane Houghton
5,773 PointsDiane Houghton
5,773 Points <ul>list items go in here</ul>
```
Nathan Terrazas
579 PointsI wrote <ul></ul> under the image, an empty unordered list, exactly like the challenge asked. Still not working :(
Nathan Terrazas
579 PointsI added an empty unordered list under the image like the challenge requested and no dice. frustrating.
Nathan Terrazas
579 PointsGOT IT! Thank you, Diane!