Cú pháp CSS nào sau đây là đúng để định nghĩa một bộ chọn lớp?
A. .page-detail {color: red; }
B. page-detail {background-color: red; font-weight: bold;}
C. #page-detail {color: red; text-align: center;}
D. *.page-detail {background-color: red; padding: 5px;}
>> Xem đáp án <<