- Hands-On Full:Stack Web Development with ASP.NET Core
- Tamir Dresher Amir Zuker Shay Friedman
- 230字
- 2021-06-10 19:37:16
CSS
CSS is a style sheet language that is used to describe how HTML elements look. It is one of the pillars of web development, and provides many features for web developers that enable the creation of web applications that look great and adapt themselves to both mobile and desktop use.
CSS is a markup language and, like HTML, it does not support dynamic features such as variables and loops. Having said that, CSS does have some capabilities that enable it to change the look of an element based on its state, such as when a mouse is hovering over it, or based on an environment detail such as screen width.
In recent years, there has been interesting progress in the world of CSS. Since CSS is used in every single web application today, developers required more advanced capabilities for development — features such as variables, hierarchy, mixins (grouping CSS declarations for better reusability), and others — that were absent from CSS. As a result, new languages have been created, such as SCSS and LESS. These languages are supersets of CSS—they add much-needed features to the CSS development process and compile to CSS to be interpreted by browsers.
The last version of CSS, CSS3, added features such as web fonts, animations, transformations, and transitions that made the web application experience much smoother and more user-friendly.
- 廣電5G從入門到精通
- 自動駕駛網絡:自智時代的網絡架構
- 物聯網之魂:物聯網協議與物聯網操作系統
- 計算機網絡安全實訓教程(第二版)
- 信息通信網絡建設安全管理概要2
- 網絡的琴弦:玩轉IP看監控
- Socket.IO Real-time Web Application Development
- SSL VPN : Understanding, evaluating and planning secure, web/based remote access
- Mastering JavaFX 10
- Echo Quick Start Guide
- 工業互聯網創新實踐
- 5G+區塊鏈
- AIoT應用開發與實踐
- INSTANT LinkedIn Customization How-to
- TCP/IP基礎(第2版)