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
Steve Mitchell
3,372 Pointsfront-end development syllabus
I am going through the front-end development track and I was wondering why we are jumping from html/css to javascript back to css back to javascript back...
doesn't it make sense to do all the html/css courses first then javascript?
1 Answer
Ricky Catron
13,023 PointsHTML, CSS, and JS don't really build off each other. If you had to learn all of HTML including attributes, meta tags, all of the new HTML5 stuff and more before you could learn CSS it would really slow you down. I think it is more important to learn them side by side so you can experiment and actually build things as you learn.
If you know a little HTML, CSS, and JS you can build a basic site that looks okay and has some small user interactions. If you know all of HTML and no CSS or JS your site will have great structure but look horrible and you wont be able to interact with it.