Pregunta de entrevista de Optimiza

from the interview in HTML if we have some elements with an attribute class ="a" and the CSS code was .a{ color : blue; } .a{ color : red; } what will be the color after excution ?

Respuesta de la entrevista

Anónimo

7 ago 2018

the CSS reads the code from above to below so the color will be red