+ 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
36 Answers
+ 25
this question been answered many times.first a basic web like HTML.and then css for design and js for scripting
+ 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
+ 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.
+ 11
Important to learn for web developers
• HTML
• CSS
• JS
• JQuery
• PHP
• My SQL
+ 9
Html, css, js
+ 6
Hi! I have heard Python is really cool so should try and learn it!
+ 6
You must start with HTML, CSS and complete with JavaScript (+ jquery) PHP or Dango,...
+ 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.
+ 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.
+ 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
+ 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.
+ 3
Html, CSS, JavaScript and any other...in that order..
+ 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
+ 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.
+ 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.
+ 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.
+ 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.
+ 2
Javascript is more better for wave development
+ 2
Yes,,, Starting with javascript is well,,,than he also lean HTML, CSS,PHP,,
+ 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.