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

Adding style tag

Can anyone tell me why when I enter my style tag above the body tag, like the exercise states, but when I go to review, it says, please enter your style tags?? There is no place on the page to save your work either.

6 Answers

Hi DJay,

The challenge says to add it just above the <h1> so it should still be inside the body but above the h1

Thanks Jason, your advise was spot on! I had to get the hang of this text editor and how they want you to learn, its great.

Look under the video and click -DOWNLOADS- and then -project files-. See if that helps clarify anything.

In the lesson, the first lesson, the body tags are there. The example says to add the style tag above the body tag, which I did and it still says, add your styles tag?

Christy Zimmer Coyle
Christy Zimmer Coyle
3,014 Points

DJay, can you show us your code? I've had stuff like that happen and it turned out I forgot a > or something in my code.

Ian Burnett
PLUS
Ian Burnett
Courses Plus Student 1,578 Points

Hi DJay

Add it under the body tag, just work below it and above the h1 line you have. Think of the body tags (at this stage) as the top and bottom of the page.

Thanks to all of you for your help, and so prompt too :) I'm sure I'll be back shortly with other issues. I just had to figure out how that text editor wants me to learn and with you alls great insight, I was able to push through! Thanks!