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 Build a Simple Website Creating a Website Structure CSS Reset

Code challenge Add "css/normalize"

While trying to do the code challenge, I performed the coding as follows:

<link rel="stylesheet" href="css/normalize.css" type="text/css" media="screen">

And I keep getting the message Bummer! Use a 'link tag' to include an external style sheet. Where am I going wrong here?

Thanks in advance!

5 Answers

I don't see the code in your post, your code should look something like this <link rel="stylesheet" type="text/css" href="normalize.css"> If it's in the same directory you just put the name of it like so. If it's a different folder, you need to also specify the path as well.

sorry for the extra posts

sorry for the extra posts hopefully a mod can delete them.

I got it to work by closing out the challenge and reinputting all of the code which it accepted the second time around. Thanks for your help though.

I doubled up on posts myself lol