+ 1
Server side using PHP, then client site use any language in particular? HTML?
4 Antworten
+ 3
client side programming is by languages like JavaScript. html is not a programming language. PHP is the server side programming language
+ 2
I see...Cos the bracket look very much like HTML :D
+ 1
with html you simply decide what type of elements go where on your page ... it's the layout
for example you can have two paragraphs and then the footer element
css is the styling for the elements you created through html
so for example you could color your first paragraph blue and the next one purple and your article pink
javascript is to add functionality to your website and run any other type of code you might need to ... it's run locally
php is used for servers to handle submited forms, for example registration forms for websites
then you have libraries that extend functionality of javascript, such as jquery
and then you also have frameworks that give you even more control and possibilities to manipulate your work, such as angularJS
And there's an awful lot more where this came from.
0
you can use Java script as client end