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

What the learning order of the web front-end development should be

What the learning order of the web front-end development should be?

The course arranges as HTML basis -> Debugging CSS -> JS basis ...... when I learned the debugging for css i feel a little difficult. can i learn not per the order of the course but as what i need? ie. HTML -> CSS -> Debug -> JS??

Thanks

1 Answer

Your learning order is correct. HTML > CSS > JS.

The thing about learning CSS however is not just writing the declarations. A big part of CSS is checking the result in the browser and adjusting as necessary. Front-end development is about coding and visually debugging as you go.Make a change, check the result, make another change, check the result.