Dies sind die Formatvorgaben für Selektor P (p + Courier, 14 Punkt, zentiert, blau):
p {
font-family: Courier;
font-size: 14pt;
text-align: center;
color: blue;
}
h2 {
color: red;
}
U ist "Standard"-Selektor "Unterstreichung"
hier wird Vererbung des Selektors P durch explizite Angabe für Selektor U überschrieben:
p u{
font-family: Verdana;
color: green;
}