Typselektor
Der Typselektor spricht bestimmte HTML-Elemente an.
p {
font-weight : bold;
}
Alle <p> Elemente eines Dokumentes haben eine dicke Schrift.
div p {
text-decoration : underline;
}
Alle <p> Elemente innerhalb eines <div>'s sind Unterstrichen
Letzte Aktualisierung: 10.04.10
Kommentare
Bisher keine Kommentare
