Cascading Style Sheets: Difference between revisions
Appearance
mNo edit summary |
mNo edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Cascading Style Sheets | '''Cascading Style Sheets''' ('''CSS''') is a formatting language that controls the styling of a web page. It is intended to allow you to separate the ''presentation'' (styling) i.e. colours, typefaces and so on from the content and structure of a hypertext document, in much the same way a printing formatter does to the output of a text editor or a word processor. | ||
While it is supposedly agnostic to what sort of markup language is used, it is very much tied to the [[HTML]] format and related concepts such as [[XML]]. It was originally developed by browser manufacturer | While it is supposedly agnostic to what sort of markup language is used, it is very much tied to the [[HTML]] format and related concepts such as [[XML]]. It was originally developed by browser manufacturer Opera. | ||
=== | ===Text editor support=== | ||
* [[jEdit]] - Java based editor - CSS syntax highlighting built in | * [[jEdit]] - Java based editor - CSS syntax highlighting built in | ||
==Links | ==Links== | ||
* [https://www.w3.org/Style/CSS CSS at the W3C] - The group responsible for the standardisation of CSS. | * [https://www.w3.org/Style/CSS CSS at the W3C] - The group responsible for the standardisation of CSS. | ||
* [http://www.htmldog.com/guides/css/beginner/ CSS beginners tutorial] - At HTML Dog | * [http://www.htmldog.com/guides/css/beginner/ CSS beginners tutorial] - At HTML Dog | ||
* [http://www.csszengarden.com CSS Zen Garden] - A page that demonstrates various CSS styles. | * [http://www.csszengarden.com CSS Zen Garden] - A page that demonstrates various CSS styles. | ||
[[Category: | [[Category:Stylesheet language]] |
Latest revision as of 18:40, 12 September 2019
Cascading Style Sheets (CSS) is a formatting language that controls the styling of a web page. It is intended to allow you to separate the presentation (styling) i.e. colours, typefaces and so on from the content and structure of a hypertext document, in much the same way a printing formatter does to the output of a text editor or a word processor.
While it is supposedly agnostic to what sort of markup language is used, it is very much tied to the HTML format and related concepts such as XML. It was originally developed by browser manufacturer Opera.
Text editor support
- jEdit - Java based editor - CSS syntax highlighting built in
Links
- CSS at the W3C - The group responsible for the standardisation of CSS.
- CSS beginners tutorial - At HTML Dog
- CSS Zen Garden - A page that demonstrates various CSS styles.