Estilo | Inline | Id | Clase | Elemento | Puntuación |
---|---|---|---|---|---|
#caja header h1 {color: blue;} | 0 | 1 #caja | 0 | 2 header h1 | 102 |
#caja .cabecera h1 {color: red;} | 0 | 1 #caja | 1 .cabecera | 1 h1 | 111 |
header h1 {color: lime;} | 0 | 0 | 0 | 2 header h1 | 2 |
h1 {color: purple;} | 0 | 0 | 0 | 1 h1 | 1 |
h1 {color: grey;} | 0 | 0 | 0 | 1 h1 | 1 |
<h1 style="color: brown"> | 1 | 0 | 0 | 0 | 1000 |
Prioridad: {estilo inline} + {estilo ID} + {estilo clase} + {estilo elemento}