• 2022-06-07
    一定能够实现上边框和下边框为2px/实心线/酒红色,而其他边框没有的属性设置为()。
    A: border:2px solid
    B: B91720;border-left:0;border-right:0;
    C: border:0;border-top:2px solid
    D: B91720;border-bottom:2px solid
    E: B91720;
    F: border:2px solid
    G: B91720;
    H: border-top:2px solid
    I: B91720;border-bottom:2px solid
    J: B91720;
  • A,B

    内容

    • 0

      在CSS盒子段落p中,要实现距离浏览器左右窗口50像素,上下40像素,2像素红色边框的语句是() A: p{padding:40px 50px; border:2px solid B: F00;} C: p{margin:40px 50px; border:2px solid D: F00;} E: p{margin:40px 50px; list-style:2px solid F: F00;} G: p{margin:40px 50px; font:2px solid H: F00;}

    • 1

      第一个DIV的样式style为width:150px;height:50px;margin:5px 7px 2px 3px;padding:5px;border:1px solid #000;第二个DIV的样式style为width:150px;height:50px;margin:0;padding:0;border:1px solid #000;请问第一个DIV的实际宽度为________px,原点坐标为x=_____px,y=______px;第二个DIV的原点坐标为x=_____px,y=______px原点为盒子模型可见区域的左上角定点

    • 2

      设置一个的宽度为200像素,高度为80像素,它的4个边框均为2像素的黑色虚线,上、右、下、左4个方向的外边距为10像素,则下列CSS正确的是()。 A: div{width:80px;height:200px;border:2px dashed #000000;margin:0 10px;} B: div{width:80px;height:200px;border:2px solid #000000;margin:10px 0;} C: div{width:200px;height:80px;border:2px solid #000000;margin:10px;} D: div{width:200px;height:80px;border:2px dashed #000000;margin:10px;}

    • 3

      下列CSS规则中能够使超链接在盘旋时下边框为2px、实线、红色效果的选项是 A: a:hover{ border-bottom: 2px solid #ff0000; text-decoration: none;} B: a:hover{ border-top: 2px solid #ff0000; text-decoration: none;} C: a:hover{ border-bottom: 2px dashed #ff0000; text-decoration: none;} D: a:hover{ border-right: 2px double #ff0000; text-decoration: none;}

    • 4

      下列样式代码中,“ border-radius:25px; ” 的意义是向div元素添加边框 div { border:2px solid; border-radius:25px; }