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 Creating Structure

misinformation Please fix the structures below.

in web design it shows to close a <ul> tab with a </ul> in the test portion it will not allow it to pass unless it is a <ul/> . Why the misinformation? is it <ul/> or </ul>? if so it should be fixed in the testing catalog. Thank you! also it was not allowing me to pass when I inserted the <li><a href="#">About</a></li> structures into text I was doing exactly as it was asking me to do. yet the test was failing me. Please fix these structures in the updates!

< /ul > < ul/ > ^

1 Answer