Which One Better

Hi everyone. I’m a beginner learning web development with freeCodeCamp. Would you recommend finishing HTML completely before starting CSS, or learning HTML and CSS together? What approach helped you learn faster and remember better?

Yes. CSS really builds on HTML and then JS builds on that. Best to do them in that order so you get the best chance of understanding each domain and then how they interact.

The fCC curriculum in general was intended to be done in order from start to finish, but there is some wiggle room when it comes to Python, or if you are interested in web dev or not.

If you want to do web dev, then do HTML first, then CSS, then JS.

Recommend learning them together. Learn the HTML basics first, then practice CSS alongside small projects it makes everything easier to understand and remember.