Introduction aux sélecteurs CSS
- Nom de l'élément : h1 {color:
yellow}
- Classe de l'élément (attribut class de
HTML) : .important {font-style: italic}
- Un élément unique (ID) : #z98y {font-family: helvetica}
- Pseudo-classe : p:first-letter {font-size: 24pt}
- Nom d'élément et classe : li.important {background-color: yellow}
- Contexte structural : ul ul li {font-size: small}
- Attributs :
note[severity="warning"] {background: yellow}