I wanted to know which languages i need to learn for making a website?can u plz also tell me the sequence for the full process. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

I wanted to know which languages i need to learn for making a website?can u plz also tell me the sequence for the full process.

31st Mar 2018, 3:02 PM
Bhomik
Bhomik - avatar
3 Answers
+ 4
Another way to learn can be: 1. HTML 2. CSS 3. Javascript 4. SQL 5. Bootstrap 6. Node.js 7. Some library for the frontend (Vue, Angular, React)
31st Mar 2018, 7:41 PM
Mickel
Mickel - avatar
+ 5
Learn HTML for learning the basic structure of webpage. Learn CSS for learning how to style the HTML. Learn JavaScript for adding functionality to the webpage. You can learn Bootstrap after that it is framework of CSS. Then learn jQuery It is a JavaScript Library used to make JavaScript code easier. Learn SQL for the database. Learn PHP for the back-end of the website. This question is asked about a hundred times on SoloLearn, so before posting a question in Q/A section , try to use the search option to get your answers. If you get them, then don't post but if you didn't get the answers you can post it here. We are always here for help.
31st Mar 2018, 3:24 PM
Akash Pal
Akash Pal - avatar
+ 3
Basically, start from HTML then to PHP from there to CSS further to Javascript. Following the proceed, you will understand the wholr concept of web design
31st Mar 2018, 3:51 PM
Adegoke Opeyemi Adewumi
Adegoke Opeyemi Adewumi - avatar