+ 9
After learning html, css and JavaScript. Which programming language did i suppose to continue with?
5 ответов
+ 7
You can try some backend programming languages like php, nodejs or angular Js. And try to integrate database to a website using these languages.
My suggestion would be php because it is beginer friendly and mysql is the database mostly used with php which is also beginer friendly.
If you have created any website using HTML, CSS and Javascript during practice put some input fields take inputs from user and store them in database. Or you can create a simple login system using php and mysql, there are lot of resources in YouTube. This is how I learned backend languages.
+ 2
Make projects and master what you have learned first. What's your goal? What do you want to make?
Don't move to another lang unless HTML, CSS and JS are not enough to achieve what you want.
+ 2
You can simply learn python.it is a great programming language and it is used around the world and it is simple to learn,it is not too difficult to learn and understand
+ 2
Thank you all for your support
+ 1
I agree with Kevin: What is your goal? Do you want make webpages or desktop applications? PHP is good choice, I recommend you install xampp ( apache, php, mysql and phpmyadmin) - I use it every day.