What is CSS (Cascading Style Sheets)?

free website articles
small business website design

Cascading Style Sheets, style sheets when attached to documents describe how the document is displayed or printed, e.g. a CSS sheet is attached to a HTML (Hyper Text Markup Language) document, to influence its layout when it is accessed via a computer Internet browser such as Internet Explorer or Netscape.

Cascading Style Sheets are used by both web site authors and readers of web pages to define colors, fonts, layout, and other aspects of web site document presentation.

 

An example of a Cascading Style Sheet is Shown Below:

p {
font-size: 110%;
font-family: garamond, sans-serif;
}
h2 {
color: red;
background: white;
}
.highlight {
color: red;
background: yellow;
font-weight: bold;
}

 

© 2000-2018 Hoover Web Design. All Rights Reserved.
No part of this website may be downloaded, copied or reproduced without the written permission of Hoover Professional Web Design.