Beispiel eines CSS

URL:cmcs1322b.htm

Dieses Beispiel ist im <HEAD> so zum entsprechenden CSS gelinkt:

<link rel="stylesheet" type="text/css" href="cmcs1322b.css">

Darstellung CSS
Normaltext auf blauem Hintergrund body {font-family: Garamond, Times New Roman, Times; background-color: rgb(51,102,204); color: rgb(255,255,153)}
[Farbe der Tabellenränder] table {table-border-color-light: rgb(153,255,204); table-border-color-dark: rgb(0,0,51)}
Hyperlink

Hyperlink (anklicken!)

a:link {color: rgb(255,204,0)}
a:visited {color: rgb(153,204,204)}
a:active {color: rgb(102,255,0)}
  h1, h2, h3, h4, h5, h6 {font-family: Verdana, Arial, Helvetica}

Überschrift 1

h1 {color: rgb(255,204,0)}

Überschrift 2

h2 {color: rgb(153,255,51)}

Überschrift 3

h3 {color: rgb(0,255,204)}

Überschrift 4

h4 {color: rgb(255,204,0)}
Überschrift 5
h5 {color: rgb(153,255,51)}
Überschrift 6
h6 {color: rgb(0,255,204)}

Das gleiche Layout mit einem anderen CSS: cmcs1322a.htm