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

Body?

I am not sure that body is mentioned or demonstrated in this video?

5 Answers

Paul Dariye
PLUS
Paul Dariye
Courses Plus Student 9,097 Points

Hi Kristina, can you explain where you're having difficulty?

I'm not too sure why it won't allow me to continue :(

Screen cap for reference: http://i.imgur.com/TOwqbOA.png

Justin Horner
STAFF
Justin Horner
Treehouse Guest Teacher

Hello Kristina,

Thank you for sharing the screen shot. The question is asking you to place an empty style tag directly over the h1 tag. From the screen shot I see that the style tag is being nested within a head tag.

Try removing the head tag entirely and place your style inside the body, right above the h1.

I hope this helps

Paul Dariye
PLUS
Paul Dariye
Courses Plus Student 9,097 Points

I think Justin's right. You're not asked for a particular styling, just to place the <style></style> tag above <h1></h1>

Thanks everyone, that totally worked! Great fast response :)