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 trialLauren Packer
383 Pointsmy unordered list isn't working
<h2 class="section-title">Summary of Qualifications</h2> <ul> <l1>Experience as a freelance web developer</l1> <l1>Experience with HTML, CSS and Javascript</l1> <l1>Bachelor of Science in Economics</l1> </ul>
1 Answer
Adam Beer
11,314 PointsAt least you found the mistake :) Next, please format the code with Markdown Cheatsheet and mark where are you in the courses. Code formatting, like this,
Code
Wrap your code with 3 backticks (```) on the line before and after. If you specify the language after the first set of backticks, that'll help us with syntax highlighting.
```html
<p>This is code!</p>
```
Click on 3 dots (...) and if topic is solved please delete. Happy coding!
Lauren Packer
383 PointsLauren Packer
383 Pointsim an idiot. i was doing l1 not li.