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 How to Make a Website Creating HTML Content Include External CSS

Is the normalize.css file effectively an industry standard normalise file?

Is the normalize.css file downloadable from page http://teamtreehouse.com/library/how-to-make-a-website/creating-html-content/include-external-css effectively an industry standard normalise file similar to the Google one found at https://code.google.com/p/normalize-css/ ? Thanks

4 Answers

Wayne Priestley
Wayne Priestley
19,579 Points

Hi Michael,

Yes its the same file.
But i would suggest always downloading the file from The developer as then you can be sure you always get the most up to date version there is.

Hope this helps.

Thanks for the link Wayne, fantastic great!

Sreng Hong
Sreng Hong
15,083 Points

I would download and link it with my html file, because the file is not really big and you can use it locally without internet connection.

Your welcome

Thanks Sreng, fantastic!

Sreng Hong
Sreng Hong
15,083 Points

I'm not sure whether it's the same, but i should be mostly the same.

Thank you very much Sreng. What do you do with normalize files, do you download them and put them straight into your site ... or do you simply put the Google link above in your site? Many thanks, Michael