? What is CSS
mahshid in 16/06/27
To learn more about this language, it's best to first understand the Html programming language, Css and Html languages complement each other in the design of the site, but they are completely different (Html and css differences).
css stands for Cascading Style Sheets, meaning "tabs and backslashes". With the help of css, you can paint all the html code. All the color and type of elements are placed on the web pages by css. The first version of the styles was made in 1996. Which was the first version of CSS1. Another version of CSS2 was built in 1998, which is most commonly used for editing pages, displaying tags, and more. The file file is stored in CSS format. This tool was popularized by site designers in 2000 and is currently being used by the css3 version. Until a few years ago, most commonly used browsers were not able to support CSS standards, and even today, some of the old Microsoft's browsers are not able to support all CSS commands, which makes the design of the site tortuous.
Css types
Inline: css will be added directly to the html element
Internal: add css to the html file header and affect the elements of that file
External: css is stored in an external file that only contains css codes and is referenced by web pages on your website.