• 2022-06-12
    序号伪类选择器语法格式正确的是()。
    A: li:first-child{color:red;}
    B: li:last-child(1){color:red;}
    C: li:nth-child(odd){color:red;}
    D: li:nth-last-child(5){color:red;}