- 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.
3 ответов
+ 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)
+ 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.
+ 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