【多选题】【消耗次数:1】
阅读下面的HTML代码,则下列选项中增加的样式可以使两个DIV不在同一行显示的有(????) ?......? ? ?......
box2{clear:left;}
box2{clear:both;}
.box1{clear:right;}
.box2{clear:right;}
参考答案:
复制
纠错
相关题目
【多选题】 阅读下面的HTML代码,则下列选项中增加的样式可以使两个DIV不在同一行显示的有(????) style?type=text/css? div?{?float:right;?}? /style ?......? div?class=box1/divdiv?class=box2/div ?......
①  .box2{clear:left;}
②  .box2{clear:both;}
③  .box1{clear:right;}
④  .box2{clear:right;}
【多选题】 阅读下面的HTML代码,则下列选项中增加的样式可以使两个DIV不在同一行显示的有(????)style?type=text/css? div?{?float:right;?}?/style ?......? div?class=box1/div? div?class=box2/div ?......
①  .box2{clear:left;}
②  .box2{clear:both;}
③  .box1{clear:right;}
④  .box2{clear:right;}
【单选题】 阅读下面的HTML代码,如果期望tabs位于box容器的右下角,则需要添加的CSS样式是(????)。?div?id=box div?id=tabs/div/div?
①  #tabs{position:absolute; right:0 ;bottom:0;}
②  #tabs{position:relative; right:0; bottom:0;}
③  #box{position:relative;}#tabs{position:absolute; right:0; bottom:0;}
④  #box{position:relative;}#tabs{position:right bottom;}
【单选题】 阅读下面的HTML代码,如果期望tabs位于box容器的右下角,则需要添加的CSS样式是(????)。? div?id=boxdiv?id=tabs/div/div
①  #tabs{position:absolute;right:0;bottom:0;}
②  #tabs{position:relative;right:0;bottom:0;}
③  #box{position:relative;}#tabs{position:absolute;right:0;bottom:0;}
④  #box{position:relative;}#tabs{position:rightbottom;}
【单选题】 阅读下面的HTML代码,如果期望tabs位于box容器的右下角,则需要添加的CSS样式是(????)。?
①  #tabs{position:absolute;right:0;bottom:0;}
②  #tabs{position:relative;right:0;bottom:0;}
③  #box{position:relative;}#tabs{position:absolute;right:0;bottom:0;}
④  #box{position:relative;}#tabs{position:rightbottom;}
【单选题】 阅读下面的CSS代码,下列选项中与该代码段效果相同的是(????)。 ?.box?{?margin:10px?5px;?margin-right:10px;?margin-top:5px;?}
①  .box{margin:5px10px10px5px;}
②  .box{margin:5px10px0px0px;}
③  .box{margin:5px10px;}
④  .box{margin:10px5px10px5px;}
【单选题】 阅读下面的CSS代码,下列选项中与该代码段效果相同的是(????)?.box?{margin:10px?5px;? margin-right:10px;? margin-top:5px;?}
①  .box{margin:5px 10px 10px 5px;}
②  .box{margin:5px 10px 0px 0px;}
③  .box{margin:5px 10px;}
④  .box{margin:10px 5px 10px 5px;}
【单选题】 阅读下面CSS代码,下面选项中与该代码段效果等同的是( A )。 .box { margin:10px 5px; margin-right:10px; margin-top:5px; }
①  .box { margin:5px 10px 10px 5px; }
②  .box { margin:5px 10px 0px 0px; }
③  .box { margin:5px 10px; }
④  .box { margin:10px 5px 10px 5px; }
【多选题】 在CSS中,下面属于BOX模型属性的有( )
①  font
②  margin
③  padding
④  border
【单选题】 1. This box is ____that one.
①  heavy than
②  so heavy than
③  heavier as
④  as heavy as
随机题目
【多选题】 以下假设变量都已经正确定义,以下能实现两数交换的是;()
①  t=a;a=b;b=t;
②  t=b;b=a;a=t;
③  a=t;b=t;t=a;
④  b=t;a=b;a=t;
【多选题】 利用数组可以很方便的对多个数据进行()操作。
①  求和
②  求平均
③  求最大值
④  求最小值
【多选题】 返回语句的作用包含以下哪些项()
①  利用返回语句能立即从所有的函数中退出,即返回到调用的程序中去
②  返回语句能返回值
③  返回语句的主要作用是结束循环的判断
④  返回语句在程序是只能起分隔作用
【多选题】 continue语句可以用在下列哪种语句中()。
①  while
②  do-while
③  for
④  switch
【多选题】 C语言中数组的分类包括()
①  一维数组
②  二维数组
③  三维数组
④  多维数组
【多选题】 函数从传递参数的角度分为()
①  库函数
②  自定义函数
③  有参函数
④  无参函数
【多选题】 共用体常用于()
①  常用来节省内存,特别是一些嵌入式编程,内存是非常宝贵的!
②  常用来占据内存,特别是一些嵌入式编程,内存越占多越好
③  常用于操作系统数据结构或硬件数据结构!
④  以上都不对
【多选题】 下面对字符数组初始化正确的是()
①  chara[5]={a,b,c,d,e};
②  chara[3]={a,b,c,d,e};
③  chara[5]={a,b,c,d,e};
④  chara[10]={a,b,c,d,e};
【多选题】 当定义一个结构体变量时,系统为它分配内存空间,以下说法不正确的是()
①  结构中一个成员所需的内存容量
②  结构中第一个成员所需的内存容量
③  结构体中占内存容量最大者所需的容量
④  结构中各成员所需内存容量之和
【单选题】 设有 int x=11; 则表达式 (x++ * 1/3) 的值是().
①  3
②  4
③  11
④  12