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 trialJonathan Davis
Courses Plus Student 186 Pointsselector and property.
I am not receiving completion credit for selector property,am I supposed to complete the project in the index.html box given?i am confused.
6 Answers
Dino Paškvan
Courses Plus Student 44,108 PointsYou're supposed to insert the opening and closing <style>
tags above the <h1>
element, and then write the css inside them.
Jonathan Davis
Courses Plus Student 186 Pointsthanks for responding man im still not getting it.
Dino Paškvan
Courses Plus Student 44,108 PointsCould you paste your code here?
Jonathan Davis
Courses Plus Student 186 Pointsam I supposed to complete it in workspaces or in the index box given,i keeps telling me awww bummer don't forget your style
Dino Paškvan
Courses Plus Student 44,108 PointsYou are supposed to do it in the input provided in the challenge, not the workspace.
Jonathan Davis
Courses Plus Student 186 Points<style>
h1{
color: silver;
}
</style>
<body>
<h1>Nick Pettit</h1>
</body>
Dino Paškvan
Courses Plus Student 44,108 PointsThe style tag should be inside the body tag, just above the h1, and the challenge asks for green color, not silver.
Jonathan Davis
Courses Plus Student 186 Pointsthanks for your time
Jonathan Davis
Courses Plus Student 186 Pointsok thanks I thought you could choose any color well thanks a lot bro you eased 2 days of frustrations and I am only at the beginning.