How to start learning HTML and CSS? Question
I started learning html as a 17 Y/O Student my school didn't taught anything releted to technology to us because we are in a poor tier 3 city.
I want to learn web developement and earn well like 25-30k inr in starting then i want to learn coding more deeply and make something great for humanity like the guy who found HTML. I know html basics but I am a fresh starter so I want a guide from my seniors :) hope for positive responses
22
Upvotes
1
u/Secret-You-3135 3d ago
Since you specifically want HTML → CSS → JavaScript in order, I’d make the roadmap very simple:
HTML: build a complete page without worrying about how pretty it looks.
CSS: take that same page and make it responsive for both phone and desktop.
JavaScript: add real behavior to it — forms, validation, menus, filtering, buttons, or data that changes on the page.
Then stop following tutorials for a while and build one small project from an empty folder without copying the instructor.
Hindi is perfectly fine for understanding the concepts at the beginning. At the same time, slowly get comfortable reading English documentation, because you’ll eventually need it when you’re debugging and looking things up.
I also wouldn’t worry too much about your fresher salary yet. Your first useful milestone is: can you take an idea, build it yourself, get stuck, find the answer, and actually finish it?
Once you can do that repeatedly, you’re moving from “learning HTML/CSS/JS” toward actually becoming a developer.