Explanation of terms - what is it: HTML, CSS, PHP, SQL, SEO, CMS
Internet, modern internet technologies, internet applications and many, many more more or less complicated names. Below you will find explanations of some of the most important and popular concepts related to internet technologies.
Explanation of terms - what is it: HTML, CSS, PHP, SQL, SEO, CMS
HTML - what is it?
HyperText Markup Language - a tag-based language (HTML tags) designed for creating websites. With its help, we can control the layout and structure of the website by "arranging" page elements. Increasingly used also for creating e-mail templates.
CSS - what is it?
Cascading Style Sheets (CSS; Cascading Style Sheets) - a language used to describe the appearance of our site. Thanks to CSS, we can change the display of its components: fonts, references, margins, the position of a given element relative to the browser window or other elements.
PHP - what is it?
An object-oriented scripting programming language designed to generate websites in real time. PHP scripts can be used to display HTML code, but they can also be nested in it - we will get the so-called dynamic website. Using PHP significantly speeds up work even on simple pages and opens the way to advanced solutions.