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 How to Make a Website Beginning HTML and CSS Write a CSS Selector and Property

Holly Fox
Holly Fox
2,808 Points

stuck on the 3rd step

Help. I've taken the second challenge but can't remember how to do the style part of the code. I can't work out how to go back to the video. Are you allowed to re-watch the video once you start a challenge? Where am I going wrong.

3 Answers

<body>
  <style>
    h1{
      color: green;
    }
  </style>
    <h1>Nick Pettit</h1>
</body>

Not sure what the exact question is the above markup passes. Make sure that only CSS is in the <style> tag and make sure you close the tag after the CSS </style>

mrx3
mrx3
8,742 Points

As far as I know you can re-watch the video with the section you're having trouble on. Can you please post the code that you're having trouble on, maybe I can help.

Holly Fox
Holly Fox
2,808 Points

Thank you! Sorry, very new to this so just finding my way around. I couldn't remember where to put the {} brackets. I'm onto the next level now! thanks for your help.