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

style tag

Hi. I'm stuck on the style tag, I already followed all the instructions as given on the video, but when I have my work checked, it keeps saying, "Don't forget your style tag." What do I do?

3 Answers

Hi Eliseo!

Welcome! Double check to make sure that you have both opening and closing tags in your code. I hope that helps!

<style>
 Css goes here
</style>

Thanks, yes I do have both opening and closing tags in the code.

Also to Add to the answer above make sure the style tags are within your Head tags

What are head tags?

Head tags go at the start of your doc before the body. Im going to assume though that it is fine as you are doing a code challenge and it is more then likely included.