Jump to content

Cascading Style Sheets: Difference between revisions

From EDM2
m Reiknir moved page CSS to Cascading Style Sheets
Ak120 (talk | contribs)
mNo edit summary
Line 4: Line 4:


====OS/2 text editors with CSS support====
====OS/2 text editors with CSS support====
* [[jEdit]] - Java based editor - CSS syntax highlighting built in - Current.
* [[jEdit]] - Java based editor - CSS syntax highlighting built in - Current


==Links and publications==
==Links and publications==
Line 15: Line 15:
* [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:Formatting Languages]]
[[Category:Markup Languages]]
[[Category:Markup Languages]]

Revision as of 22:06, 17 September 2016

Cascading Style Sheets, better known by the initials CSS is a formatting language that controls the styling of a web page. It is intended to allow you to seperate 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.

OS/2 text editors with CSS support

  • jEdit - Java based editor - CSS syntax highlighting built in - Current

Links and publications

  • CSS at the W3C - The group responsible for the standardisation of CSS.
Tutorials
Demos