Cabecera: header

A -> Estilos en línea

B -> ID

C -> Clases

D -> Marcas

#caja header h1 { color: blue;} Puntiación: 0102

#caja .cabecera h1 { color: lime;} Puntiación: 0111

header h1 { color: purple;} Puntiación: 0002

h1 { color: grey;} Puntiación: 0001

h1 { color: red;} Puntiación: 0001