+ 2
What's the difference between HTML, CSS,PHP,and JavaScript?
I want to start being a web developer, but I confused about this one. Give me your opinion about this question, to help me become a web developer 😁😁😁
3 odpowiedzi
+ 3
html is used to make the structure of the page. you can include CSS to style the elements and Javascript to make a special behavior of the page, you don't need javascript if you want to make a static page. PHP is used to transfer or save data.
offen used with user input. cookies in the webpage are saved using PHP
+ 9
Html - Structure
CSS - Styling
JS - Making it interactive
Php - Back end used to make connections
+ 3
there are lots of differences