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

David Taber
PLUS
David Taber
Courses Plus Student 3,574 Points

this works in the dashboard but not on the webpage why

<style> h1 { Color: blue; } </style>

<body> <h1> something lese </h1> </body>

3 Answers

h1 { color: blue; }

That should work perfectly, unless there is a class over riding it.

David Taber
PLUS
David Taber
Courses Plus Student 3,574 Points

Noticed that you / I / One has to delete the cache history in IE Explorer for saved changes to be recognized even after a refresh. Was able to run <style> h1 { Color: blue; } </style>

<body> <h1> something lese </h1> </body>

in the workbench correctly but says I am missing <style> etc in the challenge section. I'm going to move on to the next section.

David Taber
PLUS
David Taber
Courses Plus Student 3,574 Points

Another bug... in the interface here... when I type in html "<style> h1 { Color: blue; } </style>

<body> <h1> something lese </h1> </body> " it is interpreting it here, in the discussion forum instead of plain text. Is that correct?