I want be a web developer but i dont know which programming lanuguage i should begin with??? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

I want be a web developer but i dont know which programming lanuguage i should begin with???

10th Jun 2017, 12:52 PM
sujal jethwani
sujal jethwani - avatar
4 Answers
+ 17
Html>>CSS>>JS>>jQuery>>php
10th Jun 2017, 12:53 PM
Frost
Frost - avatar
+ 3
Web programming consists of two main parts: frontend and backend. For FE html, css and js are 'obligatory'), for BE there are different choices: C#, Java, PHP, even JS - so google what are the main areas where are they using (php for e-commerce for example) and deside in what area you want to work. But there are also many programming styleguides and patterns that are not connected with certain language so it also with be helpful.
10th Jun 2017, 3:47 PM
Andrew
+ 2
1. Start with HTML Basics followed by CSS, these are enough for static web development. 2. JavaScript - Helps building a interactive website at user end, example - a web-calculator. 3. PHP and SQL - Helps creating Database driven websites, helps in storing user data. Needed for most professional work. 4. Then there's a lot of frameworks - Bootstrap, DJango, to name a few. And languages like AJAX, Node.Js, .NET, etc. which you can go along with your choice and demand later on.
10th Jun 2017, 1:03 PM
Debargha Roy
Debargha Roy - avatar
+ 2
If you already know HTML, CSS and PHP, then you should start with JavaScript as your first programming language, then MySQL.
10th Jun 2017, 4:35 PM
Victor
Victor - avatar