网页设计与制作

position:relative;right:30%;bottom:30%;语法格式是正确的。

题目

position:relative;right:30%;bottom:30%;语法格式是正确的。

参考答案和解析
正确答案:正确
如果没有搜索结果,请直接 联系老师 获取答案。
相似问题和答案

第1题:

“well, you seem to have the right( )for the position.“

A. conditions

B. situations

C. qualifications

D. qualities


参考答案:C

第2题:

The Authority reserves the right not to accept ______ for pilots by vessels in anchorages if the vessels have not reported their anchored position.

A.bookings

B.commands

C.orders

D.Reports


正确答案:C
假如锚地的锚泊船没有报告他们的船位,管理机构将保留不接收申请引航员的订单。

第3题:

以下定位属性position说法错误的是:()。

A.position属性用来规定元素怎样在网页上定位。

B.position属性的取值static表示按照HTML格式规则正常定位。

C.position属性的取值relative某元素将定位在相对于网页前一个元素尾端位置定位。

D.position属性的取值absolute是指某元素将定位在框架或浏览器窗口本身基于右下角的绝对位置。


正确答案:D

第4题:

怎样给一个元素相对定位()。

  • A、position:relative;
  • B、position:absolute;
  • C、position:fixed
  • D、position:static

正确答案:A

第5题:

下面哪个属性不会让 div 脱离文档流(normal flow)?()

  • A、position: absolute;
  • B、position: fixed;
  • C、position: relative;
  • D、float: left;

正确答案:C

第6题:

Do you think you are the suitable person for this position?().

A. I'm not sure if I will be here for the task.

B. I don't think Xiao Ming is the right person to count on.

C. Yes. I'm hard working and I think I am suitable for this position.


参考答案:C

第7题:

下列哪种CSS属性不能让页面在浏览器中居中显示(网页中所有可显示的元素都包含在一个id为container的div盒子内)()。

A.container{margin:0auto;width:780px;}

B.container{position:relative;width:780px;left:50%;margin-left:-390px;}

C.container{margin:0auto;width:85%;}

D.container{position:relative;width:780px;right:50%;margin-left:390px;}


正确答案:D

第8题:

以下代码片断中,属于绝对定位的是()。

A、#box{width:100px;height:50px;position:absolute;}

B、#box{width:100px;height:50px;position:static;}

C、#box{width:100px;height:50px;position:relative;}

D、#box{width:100px;height:50px;}


参考答案:A

第9题:

下列对position属性的值的描述错误的是?()

  • A、static(默认),按照正常文档流进行排列
  • B、relative(相对定位),不脱离文档流,相对于自身静态位置通过top,bottom,left,right来定位
  • C、absolute(绝对定位),脱离文档流,相对于自身父级元素位置通过top,bottom,left,right来定位
  • D、fixed(固定定位),脱离文档流,相对于浏览器窗口通过top,bottom,left,right来定位

正确答案:C

第10题:

可以将元素的定位模式设置为相对定位方式的是()。

  • A、position:static;
  • B、position:relative;
  • C、position:absolute;
  • D、position:fixed;

正确答案:B

更多相关问题