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

Is there a video that shows you how to properly set up a project with folders when you want to start creating a web page

for html, css, javascrip, etc

2 Answers

Cooper Runstein
Cooper Runstein
11,850 Points

There isn't really a right way, it totally depends on what you want to do. The most simple way is to have a single folder with three files, index.html, main.js and main.css. But more complex projects might have a separate folder for css and another for js. It all depends on your preference and the requirements of the project.

oh i get it. Thanks a lot