Cho đoạn mã CSS sau: <style> #box { background-color: blue; } .box { background-color: red; } div { background-color: green; } </style> Giả sử có một thẻ <div class="box" id="box"> , màu nền 23/28ChođoạnmãCSSsau:<style>#box{background-color:blue;}.box { background-color: red; } div{background-color:green;}</style>Giảsửcómộtthẻ<divclass="box"id="box">,màunềncủathẻ<div>sẽlàgì?Đỏ (red) Xanh lá cây (green) Xanh dương (blue) Không xác địnhGiải thíchĐáp án đúng là C.