What languages should I learn for building a website? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What languages should I learn for building a website?

I have a solid understanding of Pyhon and Java from courses I took this year at the university I go to. I understand that HTML and CSS are the basics required, with Java script being used for functionality and SQL for Data management. What else is required, or what should I learn more of?

20th Jun 2017, 2:43 AM
Chester
Chester - avatar
2 Answers
0
HTML, CSS and JavaScript is used to develop the front-end of the website, i.e. the part which a user looks at. SQL is used to manage a database present at the server. however, to interact with that database, you need a server side language, like PHP. this server side language and SQL constitute the back-end of the website, which the user don't see.
20th Jun 2017, 3:33 AM
Nikunj Arora
Nikunj Arora - avatar
0
You should learn everything there is to learn. (I know that sound stupid but it's true). You should start with the basic and then work your way up to more complex things.
20th Jun 2017, 3:40 AM
Camden Lamons