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.
推薦閱讀
- The Android Game Developer's Handbook
- 信息可視化的藝術:信息可視化在英國
- 自制編程語言
- Apache Spark 2.x for Java Developers
- Mastering Linux Security and Hardening
- Python全棧數據工程師養成攻略(視頻講解版)
- Test-Driven Development with Django
- Functional Python Programming
- React.js實戰
- 瘋狂Java講義精粹
- Game Development with SlimDX
- JavaScript啟示錄
- 商業銀行經營管理(第2版)
- Instant RubyMine Assimilation
- Cocos2D-x權威指南