| Estilo CSS | Puntos |
|---|---|
| #caja header h1 {color: green;} | 0,1,0,2 |
| #caja .cabecera h1 {color: pink;} | 0,1,1,1 |
| header h1 {color: red;} | 0,0,0,2 |
| h1 {color: blue;} | 0,0,0,1 |
| h1 {color: yellow;} | 0,0,0,1 |
| Estilo CSS | Puntos |
|---|---|
| #caja header h1 {color: green;} | 0,1,0,2 |
| #caja .cabecera h1 {color: pink;} | 0,1,1,1 |
| header h1 {color: red;} | 0,0,0,2 |
| h1 {color: blue;} | 0,0,0,1 |
| h1 {color: yellow;} | 0,0,0,1 |