Thứ tự xép tầng của css theo độ ưu tiên từ thấp đến cao như sau:
A.
External style sheet, internal style sheet, browser default, inline style
B.
Inline style, browser default, external style sheet, internal style sheet
C.
Browser default, internal style sheet, inline style, external style sheet
D.
Browser default, external style sheet, internal style sheet, inline style
Trả lời:
Đáp án đúng: D
Độ ưu tiên của CSS được xác định như sau (từ thấp đến cao):
1. **Browser default:** Các kiểu mặc định do trình duyệt áp dụng.
2. **External style sheet:** Các kiểu được định nghĩa trong các file CSS bên ngoài, được liên kết đến trang HTML.
3. **Internal style sheet:** Các kiểu được định nghĩa bên trong thẻ `