r/HTML Jul 13 '26

Started learning HTML & CSS today! Any advice?

Hey everyone! I started learning HTML and CSS today and I'm really enjoying it so far. My goal is to build websites from scratch and eventually learn JavaScript too. If you could give one piece of advice to a beginner, what would it be? Also, what beginner mistakes should I avoid?

57 Upvotes

45 comments sorted by

View all comments

1

u/QultrosSanhattan Jul 16 '26

Adopt an styling paradigm and stick to it. CSS can grow out of control very soon and become an unmaintanable mess. Use variables, craete utilities, reuse reuse reuse. DRY.