Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How well do you need to know HTML before delving into CSS?

Tags:

html

css

Is knowledge of HTML beyond the basics a prerequisite for learning CSS?

I am making a learning plan so this will help me evaluate the time required better.

like image 341
Shailesh Tainwala Avatar asked Jan 19 '26 14:01

Shailesh Tainwala


1 Answers

Is knowledge of HTML beyond the basics a prerequisite for learning CSS?

Absolutely. You won't be able to use CSS in a practical way if you don't know your way around the HTML elements to apply them to.

I'd say learn them both parallelly. Understand the basic HTML syntax and structure first; then start with CSS.

like image 187
Pekka Avatar answered Jan 22 '26 05:01

Pekka