Difference between revisions of "Cascading Style Sheets"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(http://www.smashingmagazine.com/mastering-css-principles-comprehensive-reference-guide/)
Line 1: Line 1:
 
'''Cascading Style Sheets''' (CSS) is a language used to define the presentation ("look and feel") of a document written in [[HTML]] or some other markup language.  
 
'''Cascading Style Sheets''' (CSS) is a language used to define the presentation ("look and feel") of a document written in [[HTML]] or some other markup language.  
 +
 +
== Description ==
 +
 +
TO DO: describe in detail, with examples.
  
 
== See also ==
 
== See also ==

Revision as of 10:45, 3 September 2015

Cascading Style Sheets (CSS) is a language used to define the presentation ("look and feel") of a document written in HTML or some other markup language.

Description

TO DO: describe in detail, with examples.

See also

External links