- 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.
推薦閱讀
- WildFly:New Features
- 人人都是網(wǎng)站分析師:從分析師的視角理解網(wǎng)站和解讀數(shù)據(jù)
- 小學(xué)生C++創(chuàng)意編程(視頻教學(xué)版)
- 編程菜鳥學(xué)Python數(shù)據(jù)分析
- Tableau 10 Bootcamp
- AIRIOT物聯(lián)網(wǎng)平臺開發(fā)框架應(yīng)用與實戰(zhàn)
- Internet of Things with ESP8266
- Hadoop 2.X HDFS源碼剖析
- IBM Cognos TM1 Developer's Certification guide
- 從0到1:HTML5 Canvas動畫開發(fā)
- Effective C++:改善程序與設(shè)計的55個具體做法(第三版)中文版(雙色)
- Mastering React Test:Driven Development
- 數(shù)據(jù)庫基礎(chǔ)與應(yīng)用實驗教程:Visual FoxPro 6.0
- Java程序設(shè)計
- Kudu:構(gòu)建高性能實時數(shù)據(jù)分析存儲系統(tǒng)