+ 1
What is the best order to learn in?
Hello! Iâm currently working on the HTML lessons and eventually want to learn the basics of as many languages as possible. Whatâs the best order to learn them in?
2 Answers
+ 14
If you're interested in web development, continue with CSS (styling) or JavaScript (visual effects and logic) next. jQuery is optional, but recommended.
Then, if you want to continue with backend web coding, consider PHP, C#, Python, or Ruby. I would recommend the first two more. PHP syntax is more similar to JS, and C# syntax is very human-readable. SQL is also useful for backend, but there's no particular place it should be put.
You could also switch to application languages. Java is meant for desktop and Android apps, Swift is for iOS apps.
+ 3
HTML is for web development. therefore in your case- HTML, CSS, JavaScript, Php