• 2022-06-12
    下面哪个是引用类样式( )[br][/br]{
    A:
    B: p1 {font-size: 12px;color:red;}

    C: div1 {width: 500px; height : 200px; boder:1px;}
    p id="p1”>
    }
    {
    D:
    E: p1 {font-size: 12px;color :red;}
    div1 {width: 500px ; height :200px ; boder: 1px;}
    }
    {
    F:
    G: p1 {font-size : 12px ;color :red;}

    H: div1 {width: 500px;height : 200px; boder: 1px;}
    }
    {
    I: p1 {font-size: 12px;color :red;}
    . div1 {width: 500px ;height :200px ; boder:1px;}
    }