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

Nathan Terrazas
Nathan Terrazas
579 Points

ul tag isn't working...

Did anyone run into the same problem?

10 Answers

Nathan Terrazas
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.

This would be an unordered list tag: <ul></ul>

Hi, can you post the code that you used so we can see what's wrong?

Nathan Terrazas
Nathan Terrazas
579 Points

sffds sdfssf sfsfsf sfsfsf

Nathan Terrazas
Nathan Terrazas
579 Points

Diane- I can't see your reply...

            <ul>list items go in here</ul>
            ```
Nathan Terrazas
Nathan Terrazas
579 Points

I wrote <ul></ul> under the image, an empty unordered list, exactly like the challenge asked. Still not working :(

Nathan Terrazas
Nathan Terrazas
579 Points

I added an empty unordered list under the image like the challenge requested and no dice. frustrating.

Nathan Terrazas
Nathan Terrazas
579 Points

GOT IT! Thank you, Diane!