When should i start learning CSS

Is this enough Html. Can i start learning css or should i continue learning Html

Learn css, go back to html, go back to css, go to javascript, go back to html and css.

Learning is never-ending.

1 Like

so i can start already?, Just wanted to double check?

You can start when you want to start.

We are not teachers here and this is not a school where you go from class to class.

Just learn step by step, when you don’t know something go read manual, go back or take a break.

It’s up to you.

Oh, and remember important thing:
YOU WILL NEVER LEARN IT ALL

Learn a bit of everything, but focus on something you want to do. Specialise in that area.
Doesn’t matter if it’s databases, graphics, javascript or machine learning.

1 Like

HTML and CSS go closely together. You can always start fiddling with the CSS of the HTML elements and attributes that you already know. Some won’t be relevant and some will.

2 Likes

HI @hasan.codes !

Welcome to the forum!

I agree with the other posters that you can start learning css now.
As mentioned, html and css work well together so you will continue to learn both at the same time.

As a side note: it is important to start practicing good indentation practices for html.
For example,

<ul>
  <li>HTML</li>
  <li>CSS</li>
  <li>JavaScript</li>
</ul>

Hope that helps!

3 Likes

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.