0
How to start in web dev?
5 Respuestas
+ 3
Hi! You can start with this course of HTML: 👇
https://www.sololearn.com/learn/courses/le-html
+ 2
similar questions were asked a lot of times.
start with html and css. than you can understand a structure (html) and designing and positioning (css)
+ 2
To become a web developer, start with the basics learn HTML, CSS, JavaScript, and Git/GitHub.
Once comfortable, move into frontend development by mastering responsive design, modern CSS (like Flexbox, Grid, and Tailwind), and a frontend framework such as React, Vue, or Angular, then practice deploying with services like Vercel or Netlify.
For backend development, focus on Node.js with Express, databases like MySQL, PostgreSQL, or MongoDB, and build APIs with authentication.
If you want to go full-stack, combine both sides using stacks like MERN or frameworks like Next.js.
As you progress, strengthen your skills with TypeScript, testing tools (Jest, Cypress), and deployment technologies like Docker and AWS.
Finally, apply everything by building projects such as a portfolio website, a blog, an e-commerce store, or a chat app to showcase your skills.
+ 1
First learn HTML for web Structure, CSS for good style and JavaScript for interactivity then move to Backend Development and learn Python or PHP
0
Start with HTML → CSS → JavaScript, then practice by building small projects (personal site, to-do app). After that, learn a framework (React, Vue, or Angular) and basics of backend (Node.js, databases).