Difference between revisions of "Cascading Style Sheets"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(See also)
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.  
 +
 +
== Web page layout ==
 +
 +
CSS is fundamental to [[web page layout]].
  
 
== See also ==
 
== See also ==
Line 11: Line 15:
 
* [[Sass (stylesheet language)]]
 
* [[Sass (stylesheet language)]]
 
* [[Selector]]
 
* [[Selector]]
 +
* [[Web page layout]]
  
 
== External links ==
 
== External links ==

Revision as of 10:45, 9 February 2016

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.

Web page layout

CSS is fundamental to web page layout.

See also

External links