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

General Discussion

Diane D
Diane D
800 Points

How to save your website files the right way

Hi, I am working on creating a website from school and one of the things our teacher emphasized was good file saving. But I am a bit lost on how do you save your notepad file for html, CSS, while also creating folders to save images for your website. How does one save their files for their website in a good way so it doesn't get messy? Thanks, Diana

1 Answer

There are many ways you can do it but... Create a folder for your site. In that folder put your HTML and add other folders for CSS, JS, Images, etc...

Depending on the structure of the site can also effect how you structure the supporting file system. You can use Developer Tools in Chrome, Safari or Firefox to look at how others encapsulate their files