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 Introduction to HTML and CSS (2016) Getting Familiar with HTML and CSS Test: Changing the Look of a Web Page

i want to know how can i go for next page or get answer for the code challenging me

i try to learning coding but sometimes we i cant get the right code the page doesn't go its keep on coming i have to learn from my mistake i cant stack with on small challenge the whole day please its stack and am wasting time i need your help

index.html
<!doctype html>
<html>
  <head>
    <link href="color" rel="purple">
  </head>
  <body>



  </body>
</html>
styles.css
}color=purple;}
Jason Anders
Jason Anders
Treehouse Moderator 145,860 Points

Duplicate posts for this question have been deleted by Moderator.

3 Answers

Change the color of the h1 tag to purple.

target the element you want to style (h1) then the color:purple.

h1{
  color:purple;
}

Hi there,

Sorry to hear you're having difficulties. You can click on the circles above the video/question to navigate the course, but in this example I would strongly advise clicking on the previous video (circle to the left of the currently highlighted one) and watching it again so you feel more comfortable rather than moving forward if you're not comfortable at the current step :)

Remember that the basic format for a CSS rule is like this:

selector {
property: value;
}

Best of luck :)

thank you u safe my time