+ 1

What is a difference between CSS and php language

tells the difference not the meaning

3rd Mar 2018, 5:35 AM
Killer97
Killer97 - avatar
3 Answers
+ 3
The difference is a lot. Let's start with the basics, CSS is simply a style sheet that is responsible for formatting a series of elements. That is the most basic definition of CSS. By itself CSS is a language, but it is not a programming language. With this I mean that with CSS alone you can not do anything, since the tool can only format, for example, a markup language (like HTML). On the other hand PHP is a language used almost exclusively in web development (although there are some strange projects that intend to use it on the desktop to create GUI). Your role within the web development is to be employed on the server side, this means that it is used to make requests to our database and show information to the user. Thanks to this we have dynamic websites that make extensive use of PHP and its features. Normally PHP is used in an embedded way with HTML for such purposes, although with new frameworks this has been minimized.
3rd Mar 2018, 6:10 AM
Mickel
Mickel - avatar
+ 1
PHP is script language. CSS is the makeup of the page.
3rd Mar 2018, 5:39 AM
MiBellil