Cascading Style Sheets - Beispiel-Quelltext



/* Formatvorlage */

BODY { 
  background-color:yellow; 
}

H1 { 
  font-family:Helvetica,Arial;
  color:red; 
}

H2 { 
  font-family:Helvetica,Arial;
  color:blue;
}

UL { 
  font-family:Helvetica,Arial;
  color:green; 
}