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ề22/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ì?Không xác định Đỏ (red) Xanh lá cây (green) Xanh dương (blue)Giải thíchĐáp án đúng là D.