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) Adding a New Web Page Write the CSS

Hi. Whenever I change the color of the h1 after creating a rule:resume.css the text color doesn't change. Please help.

After creating: <Title>Cookies</Title> The color doesn't change. in fact there's no color change. Can someone please elaborate on this? <link rel="stylesheet" href="Resume.css">

Have you tried not capitalizing the t in the <title> tag? Also what does the css look like?

Ok. That actually worked. Thanks a bunch.

no worries those kind of mistakes happen a lot :D happy coding!

1 Answer

Have you tried not capitalizing the t in the <title> tag? Also what does the css look like?