下列 CSS 优先级描述正确的是?
id > !important > class > tag > *
!important > id > class > tag > *
!important > id > class > tag
内联 > !important > id > class > tag