• 2022-11-02
    下列哪个CSS样式中设置了左浮动?
    A: * { margin: 0px; padding: 0px; list-style: none; font-size: 13px;}
    B:
    C: header h1 { float: left;}
    D: a { color:
    E: 555; text-decoration: none;}
    F:
    G: header h1 a { background: url(image/logo.jpg); width: 476px; height: 102px; display: block; text-indent: -9999px;}