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

We usually embed internal styles in the <head> section of the HTML document, and they’re defined within the _____ tag?

Help!

4 Answers

I know this question has been posted a long time ago, but just for future folks who are struggling - It would be a <style> tag.

s t y l e * tag

i entered style tag and it said it was incorrect

Logan Jastremski, seems like either a bug with the quiz and/or maybe they're looking for < style > (i.e. w/ the brackets, minus the spaces). That's definitely the answer.

Jonathan Sweeney
Jonathan Sweeney
14,559 Points

style - between the less than and greater than signs

Robert Hemfelt
Robert Hemfelt
7,303 Points

I entered style without brackets and it also told me I was incorrect, retried it with <style> instead and it worked. I assumed just typing style without brackets inherently implied <style>, but they are apparently looking for more than just the word.