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 trialMustafa Khan
6,224 PointsWhy is this wrong?
didn't Guil put the style inside the style tags?
1 Answer
Steven Parker
231,236 PointsOne of the questions does ask about tags, and your answer should have been correct for that one if it was given as a single word with no symbols.
Otherwise, please quote the question you're having trouble with and show exactly what you gave as the answer.
Mustafa Khan
6,224 PointsOh, I put <styles> instead of <style> My bad. Well, thanks anyways!
Matthew Long
28,407 PointsMatthew Long
28,407 PointsWhich question are you referring to? However, yes you can technically put style inside of a style tag but this is pretty frowned upon. Only do this if it's a small project. And even then, just use an external style sheet.