- Building Web and Mobile ArcGIS Server Applications with JavaScript(Second Edition)
- Eric Pimpler Mark Lewin
- 158字
- 2021-07-02 15:48:56
External style sheet
An external style sheet is simply a text file containing CSS rules and saved with a file extension of .css. This file is then linked into all web pages that want to implement the styles defined within the external style sheet through the use of the HTML <link> tag. This is a commonly used method for splitting out the styling from the main web page and gives you the ability to change the look of an entire website through the use of a single external style sheet.
These are the basic concepts that you need to understand with regard to CSS. You can use CSS to define styles for pretty much anything on a web page including backgrounds, text, fonts, links, lists, images, tables, maps, and any other visible objects.
That's a lot to remember! Just keep in mind that style rules defined further down in the hierarchy override style rules defined higher in the hierarchy.
推薦閱讀
- Learning Spring 5.0
- 深入實(shí)踐Spring Boot
- Python零基礎(chǔ)快樂學(xué)習(xí)之旅(K12實(shí)戰(zhàn)訓(xùn)練)
- MATLAB應(yīng)用與實(shí)驗(yàn)教程
- Java Web應(yīng)用開發(fā)技術(shù)與案例教程(第2版)
- 用Flutter極速構(gòu)建原生應(yīng)用
- Xamarin.Forms Projects
- Hands-On Microservices with Kotlin
- RISC-V體系結(jié)構(gòu)編程與實(shí)踐(第2版)
- Creating Stunning Dashboards with QlikView
- Mastering Git
- Building Serverless Architectures
- Cocos2d-x by Example:Beginner's Guide(Second Edition)
- Arduino機(jī)器人系統(tǒng)設(shè)計(jì)及開發(fā)
- 數(shù)據(jù)結(jié)構(gòu):Python語言描述