What courses I need to learn to be perfect in Web development? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What courses I need to learn to be perfect in Web development?

11th Aug 2019, 12:26 PM
Harshini
Harshini - avatar
2 Answers
+ 1
It really depends wether you want to do front-end web development, back-end, or both (fullstack). In all cases, you should know basic HTML, CSS and JavaScript to start with. For front-end you have to master at least HTML5, CSS3 and JavaScript/ES6. Later then, you may learn a templating engine, like Jade, Pug or Handlebars, and/or one of the many JS front-end frameworks out there, like React, Angular or Vue. If you rather want to become a back-end web developer, you should pick up a back-end language, e. g. PHP, JavaScript/Node.js, Ruby, Java, Python, etc., and a server framework for tthe chosen language (e. g. PHP/Laravel, Node.js/Express, Ruby/Rails, Python/Django, etc.)
11th Aug 2019, 2:45 PM
Pancake Studio
Pancake Studio - avatar
0
HTML5 for making pages, CSS for designing pages, JS for scripting functionality of pages. So you need HTML5, CSS, JS i think.
11th Aug 2019, 1:17 PM
Byte
Byte - avatar