I'm new to web development and almost done with my CSS course. I'm wondering if I should stick to the learning roadmap that suggests going from HTML to CSS and then to JavaScript, or if it would be better to dive into a CSS framework like Tailwind first before picking up JavaScript. My current goal is to build my own website, focusing on the front end, and while I don't fully understand CSS yet, I can read and understand the code.
3 Answers
Honestly, if you've got a grasp on CSS, picking up Tailwind won't take you long at all. It’s just a new way to apply styles using classes, and you can learn the basics in a day or two before moving on to JavaScript.
I’d recommend focusing on JavaScript first. Tailwind is more useful with component-based frameworks like React. If you're just making a simple site with HTML, stick to regular CSS for now and save Tailwind for later.
You don't need to spend a lot of time on Tailwind. Just follow a tutorial on it, and you should get the hang of it quickly. Spend more time on JavaScript since it's crucial for building dynamic content on your site.
Related Questions
How To: Running Codex CLI on Windows with Azure OpenAI
Set Wordpress Featured Image Using Javascript
How To Fix PHP Random Being The Same
Why no WebP Support with Wordpress
Replace Wordpress Cron With Linux Cron
Customize Yoast Canonical URL Programmatically