Estilo | Estilo en Linea | ID | Clases | Elementos | Resultado |
---|---|---|---|---|---|
h1 { color: blue; } | 0 | 0 | 0 | 1 | 0,0,0,1 |
#caja h1 { color: yellow; } | 0 | 1 | 0 | 1 | 0,1,0,1 |
.cabecera h1 { color: red; } | 0 | 0 | 1 | 1 | 0,0,1,1 |
#caja .cabecera h1 {color:green;} | 0 | 1 | 1 | 1 | 0,1,1,1 |