12. :first-of-type - CSS3
Przeznaczenie selektora :first-of-type
:first-of-type:first-of-type { ... }Informacje techniczne o selektorze :first-of-type
:first-of-typePrzykładowa reguła CSS, selektor :first-of-type
:first-of-typep:first-of-type {
color:red;
}Wyjaśnienie przykładowej reguły CSS
p:first-of-type { color:red; }Kod źródłowy przykładowego dokumentu HTML
Rezultat

Interpretacja selektora :first-of-type
:first-of-type
Last updated