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 ?
Anónimo
the CSS reads the code from above to below so the color will be red