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

CSS How to Make a Website Beginning HTML and CSS Write a CSS Selector and Property

Morgan Garner
Morgan Garner
688 Points

What is a style tag? Is it not the <style></style> ?

I did something wrong related to the style tags and I don't know what.

index.html
<style>

  h1 {
    color: blue;
  }

</style>
    <h1>Morgan Garner</h1>
Darren Joy
Darren Joy
19,573 Points

as a side note. If it was only part 1, you are only required to set up 'empty' style tags to pass that one...

1 Answer

Darren Joy
Darren Joy
19,573 Points

I went into the associated course and it is asking for a color of green.

I'm assuming your question was about it not passing the part 3 of the challenge?

The challenges can be challengingly specific in what they ask for...

Morgan Garner
Morgan Garner
688 Points

Thank you. I didn't find my mistake, but I re-did the challenge and got through without a problem the second time.