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

CSS CSS Layout Basics Getting Started with CSS Layout What to Expect

order of courses

should i do all css and html courses first before i move on to javascript? css layout responsive layouts css flexbox layouts html forms and then come back and do javascript basics course or should i just do javascript basics first. thank you.

1 Answer

Simon Chercka
Simon Chercka
23,809 Points

It depends what your goal is. If you want to be a js developer then skip advanced CSS things like flexbox and only cover the basics of HTML and CSS before getting into js.

I think most people come into contact with HTML and CSS as the basic building blocks of web pages. JavaScript can then be used to manipulate these building blocks, and so it makes sense to progress into them.

thank you so much