- 1
What are the languages used in website developement?
which one is used for what?
3 Respuestas
+ 1
Client Side:
HTML: The structure of the page
CSS: Styling
Javascript: Functionality
Server Side:
https://www.codeschool.com/beginners-guide-to-web-development/server-side-languages
This is the most basic answer possible. There is a lot more to it.
+ 3
1. HTML (Its the main)
2. CSS. (It is used to make our site stylish all the colors etc.)
3. JavaScript (To provide functions)
4. PHP (Used in server side)
and there are many alternatives like nodejs
0
tnx bro