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 Introduction to HTML and CSS (2016) Adding a New Web Page Write the CSS

Lauren Packer
Lauren Packer
383 Points

my 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>

Lauren Packer
Lauren Packer
383 Points

im an idiot. i was doing l1 not li.

1 Answer

Adam Beer
Adam Beer
11,314 Points

At 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!