What are languages important to learn for me? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 19

What are languages important to learn for me?

Hello, How are you friends? I hope you are well. I am a student. I want to learn programming language for web development. So what are languages important to learn for me? I hope all friends give me suggestions. Thanks

3rd Nov 2019, 12:23 PM
Redwanul Hoque
36 Answers
+ 25
this question been answered many times.first a basic web like HTML.and then css for design and js for scripting
5th Nov 2019, 7:09 AM
Mehdi Eslami
Mehdi Eslami - avatar
+ 12
For a web developer javascript is a must along with HTML and CSS after that you can also try python,php and all that stuff
3rd Nov 2019, 12:37 PM
Arsenic
Arsenic - avatar
+ 12
These things are what you'll require most for web development. The step by step to learn to avoid confusion: 1. HTML Fundamental 2. CSS 3. JavaScript (then continue to jQuery if needed) 4. PHP 5. SQL (just in case you'll need to build database for your web). There are some more, but if you have mastered these things, you are ready.
4th Nov 2019, 3:29 AM
Alexoah YT
Alexoah YT - avatar
+ 11
Important to learn for web developers • HTML • CSS • JS • JQuery • PHP • My SQL
4th Nov 2019, 1:11 PM
Rohitman
Rohitman - avatar
+ 9
Html, css, js
3rd Nov 2019, 11:09 PM
Sonic
Sonic - avatar
+ 6
Hi! I have heard Python is really cool so should try and learn it!
3rd Nov 2019, 12:26 PM
Harrison Ogoina
Harrison  Ogoina - avatar
+ 6
You must start with HTML, CSS and complete with JavaScript (+ jquery) PHP or Dango,...
3rd Nov 2019, 11:20 PM
Kossel E. LEGUEZIM
Kossel E. LEGUEZIM - avatar
+ 6
So here are the 10 best programming languages for web development, both client and server side. Java. Python. JavaScript. CSS / HTML. C++ PHP. C. SQL. Ruby. Go.
4th Nov 2019, 6:56 AM
Pathmaja S
+ 6
HTML is not a programming language it is a markup language. but Html is very crucial for web development. blend of HTML, CSS and JS are required for the dynamic web page. the database is required for storing data so one backend language is also required like PHP/python.
4th Nov 2019, 7:29 AM
nitisha garg
+ 4
As a web developer you must be able to code in HTML, CSS (note that they are not programming languages), then move on to JavaScript after which you'll start learning frameworks like react, node. Also you need to learn server side( backend) PHP, JavaScript and Python are good for this. Note Python frameworks are for WebApps
4th Nov 2019, 9:47 AM
Babatunde Mudathir Koiki
Babatunde Mudathir Koiki - avatar
+ 4
For web development, the main languages are HTML, CSS, and JS (though HTML and CSS aren't languages). PHP is also sometimes used though in my perspective, it's slowly dying. This answer may not be perfect.
4th Nov 2019, 10:56 PM
CeePlusPlus
CeePlusPlus - avatar
+ 3
Html, CSS, JavaScript and any other...in that order..
3rd Nov 2019, 3:16 PM
Samuel Egbeola
Samuel Egbeola - avatar
+ 3
If fully new. Start with HTML. You will learn how website works. Then Along with HTML learn CSS. Javascript, PHP is something that you can learn but why not grasp HTML+CSS first
3rd Nov 2019, 3:43 PM
Walid Al Hasan
Walid Al Hasan - avatar
+ 3
Html, Css, Javascript, Jquery, PHP, wordpress, mysql, and bootstrap ^ ^ My uncle owns a web development and coffee company in Dallas TX, so I'm learning them as well.
5th Nov 2019, 1:53 AM
Swings Subliminals
Swings Subliminals - avatar
+ 3
The great thing about web development is that there's so many options. You'll at least need to learn HTML, CSS and JavaScript to create a basic site, but you'll likely want to learn a server side language as well, such as PHP, ASP, Node.js, Python or Ruby.
5th Nov 2019, 2:30 AM
2147483647
2147483647 - avatar
+ 3
Web development involves 2 parts: 1.Frontend Developer 2.Backend Developer For Frontend Developer: •HTML •CSS •JQUERY •JAVA SCRIPT For Backend developer: •PHP •DJANGO •RUBY And should have knowledge about databases (like MySQL) and their functions.
5th Nov 2019, 2:42 AM
Tej
+ 3
You will definitely want to learn HTML, JavaScript and CSS if you want to make a website. On the other hand if you are looking more into software development Python, Java, C, C++, Ruby and Swift are programming languages you may want to consider learning.
6th Nov 2019, 4:04 PM
Ian Haas
Ian Haas - avatar
+ 2
Javascript is more better for wave development
3rd Nov 2019, 12:37 PM
Tasnimul Alam
Tasnimul Alam - avatar
+ 2
Yes,,, Starting with javascript is well,,,than he also lean HTML, CSS,PHP,,
3rd Nov 2019, 12:40 PM
Tasnimul Alam
Tasnimul Alam - avatar
+ 2
HTML and CSS (strictly speaking not programming 'languages') but they give you some good fundamental principles. Then, Javascript definitely as the next step followed by PHP and a good relational database such as MYSQL. That's a very good order to follow after which u should be sufficiently grasping principles that will make the others such as C/C++, Python, Java, Kotlin, Swift and the like easier to pick up after you've sorted your web coding stuff.
5th Nov 2019, 5:36 AM
Kamron Bennett
Kamron Bennett - avatar