【单选题】【消耗次数:1】
下列关于CSS3的圆角边框的说法中,错误的是( )
border-radius的四个值按照top-left、bottom-left、bottom-right、top-right的顺序设置。
如果border-radius只有一个值,代表水平和垂直的半径都相等
border-radius 属性中,如果省略 bottom-right,则与 top-left 相同
border-radius 属性中,如果省略 bottom-left,则与 top-right 相同
参考答案:
复制
纠错
相关题目
【简答题】 将以下CSS代码进行缩写,注意要符合缩写的规范。 margin-left:10px; margin-right:15px; margin-bottom:5px; margin-top:20px;
【单选题】 The old lady _____and fell from the top of the stairs to the bottom.
①  slided
②  slipped
③  split
④  spilled
【判断题】 下列属性中能够设置圆角边框的属性的是 border-style( )。
①  正确
②  错误
【判断题】 从一个栈顶指针为top的链栈中删除一个结点时,用变量x保存被删结点的值,则执行x=top- top=top-。
①  正确
②  错误
【单选题】 阅读下面HTML代码,两个DIV之间的空白距离是( )。 style type=text/css .header { margin-bottom: 10px; border:1px solid #f00; } .container { margin-top: 15px; border:1px solid #f00; } /style ...... div class=header /div div class=container /div ......
①  0px
②  10px
③  15px
④  25px
【单选题】 <img class="kfformula" src="20190808/1565256537299613.png" data-latex="\left ( {{log}_{3}2} \right )\cdot \left ( {{log}_{2}27} \right )="/>( )
①  2
②  1
③  3
④  4
【单选题】 The left building is as [填空] as the right one.
①  long
②  longer
③  longest
④  longger
【单选题】 阅读下面的HTML代码,在IE7.0及以上版本浏览器中,两个DIV之间的空白距离是(????) style?type=text/css? .header?{?margin-bottom:10px;?border:1px?solid?#f00;?}? .container?{?margin-top:15px;?border:1px?solid?#f00;?}? /style ?......? div?class=header/divdiv?class=container/div? ......
①  0px
②  10px
③  15px
④  25px
【判断题】 设A,B均为n阶方阵,则<img class=jc-formula data-tex=\left| AB \right| =\left| A \right| \left| B \right| src=https://huaweicloudobs.ahjxjy.cn/3A978B4916446CB08257F3DE95493C02.png style=vertical-align: middle;/>
①  正确
②  错误
【单选题】 阅读下面的HTML代码,在IE7.0及以上版本浏览器中,两个DIV之间的空白距离是(????)style?type=text/css? .header?{?margin-bottom:10px;? border:1px?solid?#f00;?}? .container?{?margin-top:15px;? border:1px?solid?#f00;?}?/style?......?div?class=header/div?div?class=container/div?......
①  0px
②  10px
③  15px
④  25px
随机题目
【多选题】 混凝土是由( )、沙子、( ) 和( ) 按一定例配合,经搅拌、捣实、养护而成的一-种人造石。
①  水泥
②  石子
③ 
④  石灰
【单选题】 填充不得穿越尺寸数字,不可避免时。应该是
①  图线断开
②  二者重合
③  省略标注
④  前述均可
【单选题】 下列那项是局域网的特征( )
①  传输速率低
②  信息误码率高
③  分布在一个宽广的地理范围之内
④  提供给用户一个带宽高的访问环境
【单选题】 数据链路层在OSI参考模型的( ) 。
①  第一层
②  第二层
③  第三层
④  第四层
【单选题】 在网络互连的层次中,( )是在数据链路层实现互连的设备。
①  网关
②  中继器
③  网桥
④  路由器
【单选题】 一个 A类网络已经拥有60 个子网,若还要添加两个子网,并且要求每个子网有尽可能多的 主机,应指定子网掩码为( ) 。
①  255.240.0.0
②  255.248.0.0
③  255.252.0.0
④  255.254.0.0
【单选题】 异步传输模式( ATM)实际上是两种交换技术的结合,这两种交换技术是 ( )
①  电路交换与分组交换
②  分组交换与帧交换
③  分组交换与报文交换
④  电路交换与报文交换
【单选题】 若运行时给变量x输入12,则以下程序的运行结果是( )。 Main() {int scanf(%d, y=x12?x+10:x-12; printf(%d\n }
①  0
②  22
③  12
④  10
【单选题】 下述程序的运行结果( )。 #includevoid main() { int a=5,b=4,c=3,d=2; if(ac)printf(%d\n else if((c-1=d)==1)printf(%d\n,d+1); else printf(%d\n,d+2); }
①  1
②  2
③  3
④  4
【单选题】 下述程序的运行结果( )。 #includevoid main() { int p,a=0; if(p=a!=0)printf(%d\n else printf(%d\n,p+2); }
①  1
②  2
③  3
④  5