大一html5题库

[if !supportLists]1. [endif]html5文档结构由<head>和(     )两部分组成?

A

A.<body>

B.<meta>

C.<h>

D.<title>

[if !supportLists]2. [endif]html5文档的树状结构中,(   )标签为文档的根节点,位于结构中的最顶层。

A

A. <html>

B.<head>

C. <body>

D.<title>

[if !supportLists]3. [endif]W3C 制定的web标准以下不包括(    )

C

A.结构化标准语言

B.CSS

C.DreamWeaver

D.DOM

[if !supportLists]4. [endif]HTML5中doctype标签的正确定义是(     )

D

A.<!DOCTYPE html PUBLIC "-//W3C//DTD// XHTML 1.0 Transitional//EN" "http://w3.org/TR/xhtml1-transitional.dtd">

B.<!DOCTYPE html PUBLIC "-//W3C//DTD// XHTML 1.0 Transitional//EN" "http://w3.org/TR/xhtml4/loose.dtd">

C.<!doctype html5>

D.<!doctype html>

[if !supportLists]5. [endif]()标签显示HTML5文档的标题

D

A.body

B.meta

C.top

D.title

[if !supportLists]6. [endif]链接显示的内容为pic1.gif图片的正确写法是 (   )

A

A.<a href="链接地址"><img src="pic1.gif"></a>

B.<a src="链接地址"><img href="pic1.gif"></a>

C.<a src="链接地址"><img alt="pic1.gif"></a>

D.<href a="链接地址"><img src="pic1.gif"></href>

[if !supportLists]7. [endif]在html5标签中以下正确的注释声明是(     )

B

A./*这是–注释/

B. <!--这是注释-->

C./这是注释/

D.//这是注释

[if !supportLists]8. [endif]下面标记中,()表示在标记的位置添加一个换行

C

A.<h1>

B. <enter>

C.<br>

D.<hr>

[if !supportLists]9. [endif]在html5中使用(   )标签设置网页标题.

B

A.<head>

B.<title>

C.<meta>

D.<body>

[if !supportLists]10. [endif]

A

A.src

B.href

C.source

D.from

[if !supportLists]11. [endif]html5是一种(   )的语言。

B

A.二进制

B.超文本标记

C.自然语言

D.高级语言

[if !supportLists]12. [endif]HTML5网页文件的扩展名为(   )

C

A..aspx

B..css

C..html或.htm

D..txt

[if !supportLists]13. [endif]在html5网页中指定字符编码格式的标签是(   )

B

A.<head>

B.<meta>

C.<title>

D.<code>

[if !supportLists]14. [endif]html5标签中标题文字要设置对齐方式,需要设置属性(  )

A

A.align

B.src

C.font

D.color

[if !supportLists]15. [endif]html5中显示水平线的标签是(   )

C

A.<a>

B.<line>

C.<hr>

D.<ul>

[if !supportLists]16. [endif]在html5标签属性align的可选值中不包括(   )

D

A.right

B.left

C.center

D.bottom

[if !supportLists]17. [endif]在html5中,下面关于文件路径的说法错误的是(     )

C

A.文件路径指文件存储的位置

B.“../”用于返回当前目录的上一级目录。

C.“../”用于返回当前目录的下一级目录。

D.访问下一级目录直接输入相应的目录名即可。

[if !supportLists]18. [endif]在html5页面标记中,用于设置文本框显示宽度的属性是(     )

A

A.size

B.maxLength

C.value

D.length

[if !supportLists]19. [endif]在html5页面中,下列不属于文本标签样式属性的是(     )

D

A.align

B.color

C.face

D.nbsp

[if !supportLists]20. [endif]以下正确设置网页标题为“HTML5网页”的代码是(   )

C

A.<head>HTML5网页</head>

B.<t>HTML5网页</t>

C.<tltle>HTML5网页</title>

D.<h>HTML5网页</h>

[if !supportLists]21. [endif]关于br标签和p标签,下列说法错误的是(    )

B

A.p标签表示以段落的方式组织内容。

B.br标签可以设置显示文本

C.br为换行标签

D.p标签align属性用于设置标签内容的水平对齐方式

[if !supportLists]22. [endif]在html5页面标记中,标题文字最大的标签是(     )

A

A.h1

B.h2

C.h3

D.h4

[if !supportLists]23. [endif]在html5页面标记中,用作空格标记的代码是(    )

A

A. 

B.br

C.@import

D.!doctype

[if !supportLists]24. [endif]在html5页面标记中,标题文字最小的标签是(     )

C

A.h1

B.h5

C.h6

D.h7

[if !supportLists]25. [endif]网页链接中的文件路径分为()

C

A.相对路径和固定路径

B.固定路径和超级路径

C.相对路径和绝对路径

D.跳转路径和绝对路径

[if !supportLists]26. [endif]以下在链接中使用锚点正确的方式是()

A

A.<a href="#name">锚点链接</a>

B.<a href="name">锚点链接</a>

C.<a href="#">锚点链接</a>

D.<a href=" ">锚点链接</a>

[if !supportLists]27. [endif]以下能让图片与文字居中对齐的属性设置是()

A

A.<img src="demo.jpg" align="middle" />

B.<img src="demo.jpg" align="center" />

C.<img src="demo.jpg" align="con" />

D.<img src="demo.jpg" align="mid" />

[if !supportLists]28. [endif]下列那个标签是行级标签()

B

A.div

B.br

C.ul

D.h1

[if !supportLists]29. [endif]在html5页面标记中,用于定义表格中行的标签是(     )

B

A.<td>...</td>

B.<tr>...</tr>

C.<table>...</table>

D.<caption>...</caption>

[if !supportLists]30. [endif]在表格中表示单元格的标签是()

C

A.<table>

B.<tr>

C.<td>

D.<form>

[if !supportLists]31. [endif]在html5中,以下正确表示无序列表的代码是(     )

B

A.<li><ul>...</li>

B.<ul><li>...</ul>

C.<ol><li>...</ol>

D.<li><ol>...</li>

[if !supportLists]32. [endif]html5 内容标签分为两大类,分别是(  )

A

A.行级标签和块级标签

B.表格标签和块级标签

C.块级标签和表单标签

D.表单标签和行级标签

[if !supportLists]33. [endif]html5中插入音频文件的标签是(  )

A

A.<audio>

B.<media>

C.<music>

D.<video>

[if !supportLists]34. [endif]html5中插入视频文件的标签是(  )

D

A.<audio>

B.<media>

C.<music>

D.<video>

[if !supportLists]35. [endif]在表格中要实现跨行需要设置()属性

B

A.colspan

B.rowspan

C.tbspan

D.forspan

[if !supportLists]36. [endif]html5标签中设置表格背景颜色的属性是(  )

A

A.bgcolor

B.background

C.backgroundcolor

D.image

[if !supportLists]37. [endif]在表格标签中,使用什么属性设置表格边框()

C

A.background-color

B.background

C.border

D.border-width

[if !supportLists]38. [endif]在html5中常见列表包括(  )

ABD

A.无序列表

B.有序列表

C.扩展列表

D.定义列表

[if !supportLists]39. [endif]在html5中可以使用表格来显示数据,下面(   )标签用于创建表格?

A

A. <table></table>

B.<p></p>

C.<body></body>

D.<head></head>

[if !supportLists]40. [endif]在标准文档流中,块级元素默认的排列顺序是()

B

A.从上到下,从上到下

B.从上到下,从左到右

C.从左到右,从上到下

D.从左到右,从左到右

[if !supportLists]41. [endif]表格中某一行跨2行,正确的写法的是(  )

A

A.<tr rowspan="2">...</tr>

B.<tr linespan="2">...</tr>

C.<tr colspan="2">...</tr>

D.<td rowspan="2">...</td>

[if !supportLists]42. [endif]在html5页面中,要使表格的边框不显示,应设置border的值为(     )

B

A.1

B.0

C.2

D.3

[if !supportLists]43. [endif]在html5中,以下关于标签div和span的说法错误的是(     )

D

A.span标签不能设置宽和高,因为它是行级元素

B.可以设置span标签的display属性,将其改为块状元素

C.div标签显示时将独占一行

D.div标签不能变为行内元素

[if !supportLists]44. [endif]html5标签中无序列表的type属性值不包括下列哪一个(   )

D

A.disc

B.circle

C.square

D.point

[if !supportLists]45. [endif]分析下面的html5代码片断,则选项中的说法错误的是(     )<table border="10" bordercolor="yellow" cellspacing="0" cellpadding="5"><tr bgcolor="red"><td colspan="2">书籍</td><td colspan="3">音像</td></tr></table>

B

A.表格共5列,“书籍”跨2列,“音像”跨3列

B.表格的背景颜色为yellow

C.“书籍”和“音像”所在行的背景色为red

D.表格中单元格间距为0,单元格填充为5

[if !supportLists]46. [endif]table标签中cellspacing和cellpadding属性的含义正确的是(    )

C

A.单元格间距,边框

B.边框,单元格间距

C.单元格间距,单元格填充

D.单元格填充,边框

[if !supportLists]47. [endif]表格中tr和td标签的含义是(    )

D

A.行,行间距

B.列,列间距

C.表格标题,行

D.行,列

[if !supportLists]48. [endif]音频和视频标签名称为()

B

A.video和audio

B.audio和video

C.voice和audio

D.audio和image

[if !supportLists]49. [endif]关于表格标签应用说法错误的是()

D

A.表格常用标签主要有table,tr,td。

B.tr标签作用是增加一行

C. td标签作用是增加一个单元格

D.表格标签可以单独使用

[if !supportLists]50. [endif]设置单元格的间距与填充可以使用那两种属性(     )

AB

A.cellspacing

B.cellpadding

C.margin

D.padding

[if !supportLists]51. [endif]在音频标签中,以下用于向用户显示控件的属性是()

B

A.autoplay

B.controls

C.loopend

D.playcount

[if !supportLists]52. [endif]在html5中,将表单中input元素的type属性值设置为(    )时,用于创建重置按钮。

A

A.reset

B.set

C.button

D.image

[if !supportLists]53. [endif]html5中表单的标签是(   )

B

A.<table>

B.<form>

C.<from>

D.<item>

[if !supportLists]54. [endif]input元素的type属性值为(   )表示该按钮为复选框按钮。

D

A.nultiChecked

B.radio

C.select

D.checkbox

[if !supportLists]55. [endif]下拉框select元素的( )标签用于表示可选择的值

A

A.option

B.checkbox

C.radio

D.choice

[if !supportLists]56. [endif]form的(    )属性用于设置表单提交方式。

A

A.method

B.name

C.action

D.act

[if !supportLists]57. [endif]input元素的type属性值为(     )表示该按钮为提交按钮。

A

A.submit

B.upper

C.button

D.reset

[if !supportLists]58. [endif]设置input元素的只读属性以下正确的是(  )

C

A.maxlength

B.size

C.readonly

D.checked

[if !supportLists]59. [endif]如果要设置一个表单元素内容为必填项则要设置(   )属性来完成。

A

A.required

B.fix

C.type

D.must

[if !supportLists]60. [endif]在表单元素中具有提交功能按钮的是()

AB

A.图片按钮

B.提交按钮

C.普通按钮

D.重置按钮

[if !supportLists]61. [endif]input标签中,maxlength属性可以实现什么操作(   )

A

A.控制字符数量

B.类型匹配验证

C.验证输入范围

D.自定错误信息

[if !supportLists]62. [endif]生日可以使用什么表单元素实现()

D

A.<input type="text">

B.<input type="url">

C.<input type="email>

D.<input type="date">

[if !supportLists]63. [endif]表单提交默认方式为()

A

A.get

B.post

C.password

D.button

[if !supportLists]64. [endif]如果将下拉框变成多选需要添加()属性

B

A. selected

B.muiltiple

C.size

D.alt

[if !supportLists]65. [endif]表单提交数据的方式有哪几种()

AC

A.get

B.readonly

C.post

D.method

[if !supportLists]66. [endif]html5代码<select name=“name”></select>表示(     )

D

A.创建表格

B.创建一个滚动菜单

C.设置每个表单项的内容

D.创建一个下拉菜单

[if !supportLists]67. [endif]在html5页面中看不见的表单元素是那种(      )

C

A.<input type="password"></input>

B.<input type="text"></input>

C.<input type="hidden"></input>

D.<input type="reset"></input>

[if !supportLists]68. [endif]在html5中,下面对于单选按钮(Radio)的说法正确的是(     )

C

A.选中的单选按钮可以通过单击在选中和未选中之间进行切换

B.单选按钮没有checked属性

C.单选按钮组中的单选按钮不能够同时被选中

D.单选按钮组中每个单选按钮的名字可以不一样

[if !supportLists]69. [endif]在表单属性中用于获取表单值的属性是(    )

A

A.name

B.action

C.method

D.get

[if !supportLists]70. [endif]在html5中,关于下列代码片断分析正确的是(     )<form action="checkLogin.do" method="get" name="myform">

C

A.提交表单数据信息不会出现在地址栏里

B.提交表单的数据大小没有限制

C.提交表单后,此表单中的数据将被提交到checkLogin.do

D.此表单比较适合提交用户登录信息

[if !supportLists]71. [endif]html5页面中,表示在新窗口中打开网页文档,target属性值正确的选项是(     )

B

A._self

B._blank

C._top

D._parent

[if !supportLists]72. [endif]在html5表单控件下拉列表中,如果要某一项被选中,以下正确的(    )

D

A.<option value="" selected>朱一龙</option>

B. <option value="" checked>张艺兴</option>

C.<option value="checked">王源</option>

D.<option value="selected">王俊凯</option>

[if !supportLists]73. [endif]在html5的input标签中,type属性值不是表示按钮的是(     )

C

A.type="submit"

B.type="reset"

C.type="outset"

D.type="button"

[if !supportLists]74. [endif]在html5中,将表单中input元素的type属性值设置为(     )时,用于创建图片按钮。

D

A.reset

B.set

C.button

D.image

[if !supportLists]75. [endif]在input元素中 ,当设置oninvalid属性值为 ( )时可自定义错误信息。

C

A.setErrorMessage('自定义验证信息')

B.setValidity('自定义验证信息')

C.setCustomValidity('自定义验证信息')

D.setCustomer('自定义验证信息')

[if !supportLists]76. [endif]对html5表单验证功能支持最好的浏览器是(   )

D

A.IE浏览器

B.火狐浏览器

C.谷歌浏览器

D.opera最新版浏览器

[if !supportLists]77. [endif]以下是表单验证规则中用于类型匹配验证的属性值是()

ABCD

A.email

B.url

C.number

D.range

[if !supportLists]78. [endif]关于表单提交的两种方式get和post说法错误的是(   )

B

A.get适合提交小量数据

B.get主要用于提交重要且少量数据

C.post适合提交重要或数据量大的数据

D.post提交数据不会在地址栏显示

[if !supportLists]79. [endif]表单元素中用于输入框的标签有()

ABC

A.text

B.password

C.textarea

D.reset

[if !supportLists]80. [endif]表单的提交地址使用的属性是()

C

A.form

B.name

C.action

D.method

[if !supportLists]81. [endif]CSS是利用什么HTML标签构建网页布局(     )

B

A.<dir>

B.<div>

C.<dl>

D.<dt>

[if !supportLists]82. [endif]以下关于CSS描述错误的是(     )

C

A.CSS减轻了编码量

B.提高了网页浏览的速度

C.不利于更新页面表现风格

D.实现了内容和表现的分离

[if !supportLists]83. [endif]样式表与html同在一个页面,此时叫(     )

B

A.内联式样式表

B.嵌入式样式表

C.层叠式样式表

D.链接式样式表

[if !supportLists]84. [endif]下列哪个选项是超链接伪类点击未释放状态(     )

D

A.a:link

B.a:visited

C.a:hover

D.a:active

[if !supportLists]85. [endif]如何去掉文本超级链接的下划线(     )

D

A.text-decoration:no underline;

B.underline:none;

C.decoration:no decoration;

D.text-decoration:none;

[if !supportLists]86. [endif]下列哪个样式的优先级最高(     )

D

A.ID样式

B.标签样式

C.类样式

D.行内样式

[if !supportLists]87. [endif]下列HTML属性用来定义行内样式规则的是(     )

A

A.style

B.class

C.type

D.name

[if !supportLists]88. [endif]下列CSS选择器中属于包含选择器的是(     )

C

A.#div{…}

B..div{…}

C.#div h1{…}

D.div,h1{…}

[if !supportLists]89. [endif]CSS样式表根据所在网页的位置,可分为(     )

A

A.行内样式表、内嵌样式表、外部样式表

B.行内样式表、内嵌样式表、混合样式表

C.外部样式表、内嵌样式表、导入样式表

D.外部样式表、混合样式表、导入样式表

[if !supportLists]90. [endif]下列哪个选项是超链接伪类悬浮显示状态(     )

C

A.a:link

B.a:visited

C.a:hover

D.a:active

[if !supportLists]91. [endif]以下哪个选项是交集选择器()

B

A.p,.red,#head{}

B.p.red

C.#header p

D.#header ul li

[if !supportLists]92. [endif]P{color:red;font-size:12px;}选择器为(   )

A

A.P

B.color

C.font-size

D.font-family

[if !supportLists]93. [endif]CSS3中有效、规范的注释声明是(     )

A

A./*这是–注释*/

B.<!--这是注释-->

C./这是注释/

D.//这是注释

[if !supportLists]94. [endif]下列哪个选项是表示超链接伪类已访问状态(     )

B

A.a:link

B.a:visited

C.a:hover

D.a:active

[if !supportLists]95. [endif]若要在网页中插入样式表main.css,以下正确的是(     )

A

A.<link href="main.css" type=text/css rel=stylesheet>

B.<link src="main.css" type=text/css rel=stylesheet>

C.<link src="main.css" type=text/css >

D.<script href="main.css" type=text/css rel=stylesheet>

[if !supportLists]96. [endif]引用外部样式表,用哪个标签(     )

A

A.<link>

B.<input>

C.<head>

D.<title>

[if !supportLists]97. [endif]下列哪个选项是超链接伪类未访问状态(     )

A

A.a:link

B.a:visited

C.a:hover

D.a:active

[if !supportLists]98. [endif]清除默认盒子的边距和填充的代码以下正确是()

C

A.{margin:0px:padding:opx}

B.{margin;0px:padding;opx}

C.*{margin:0px;padding:0px;}

D.*{margin:0px padding:0px;}

[if !supportLists]99. [endif]下列哪个选项是类选择器(     )

D

A.h1

B.p

C.#newname

D..newname

[if !supportLists]100. [endif]在选择器中,基本的选择器有()

ABC

A.标签选择器

B.类选择器

C.ID选择器

D.组合选择器

[if !supportLists]101. [endif]导入样式表关键字为()

A

A.@import

B.a:ling

C.link

D.style="样式属性:属性值;"

[if !supportLists]102. [endif]css的继承性又被定义为什么

A

A.层叠性

B.优先性

C.外部性

D.内部性

[if !supportLists]103. [endif]样式的基本语法不包括下面哪个

C

A.选择器

B.属性

C.样式表

D.属性值

[if !supportLists]104. [endif]css选择器的优先级从高到低为(   )

C

A.ID样式-类样式-行类样式-标签样式

B.行内样式-类样式-ID样式-标签样式

C.行内样式-ID样式-类样式-标签样式

D.类样式-行内样式-ID样式-标签样式

[if !supportLists]105. [endif]以下不符合交集选择器写法规范的是()

D

A.p.one

B.h1#two

C.div.three

D.#demo.four

[if !supportLists]106. [endif]以下代码 body { color:red; }

考试

其中“考试”的样式是 (     )

A

A.50px,红色字体

B. 50px

C.红色字体

D.以上选项都错

[if !supportLists]107. [endif]以下哪些属性可以设置图像作为列表项目符号()

BD

A.list-style-type

B.list-style-image

C.list-style-position

D. list-style

[if !supportLists]108. [endif]text-align设置对齐方式的常取值有(    )

ABD

A.center

B.left

C.bottom

D.right

[if !supportLists]109. [endif]margin:1px 3px 4px 5px;分别表示那几个方向的边距设置(    )

D

A.上,下,左,右

B.上,下,右,左

C.上,左,下,右

D.上,右,下,左

[if !supportLists]110. [endif]在CSS3.0样式中,设置文本水平对齐的属性是以下哪个选项(   )

A

A.text-align

B.letter-spacing

C. font

D.text-decoration

[if !supportLists]111. [endif]在CSS3.0样式中,设置字体大小的属性是以下哪个选项(   )

B

A.font-family

B. font-size

C.font-weight

D.color

[if !supportLists]112. [endif]以下可以实现文字水平居中显示的标签属性是

C

A.center="true"

B.center

C.align="center"

D.align="left"

[if !supportLists]113. [endif]以下列表定义正确的是()

C

A.<ul type="1" start="3"> <li>aaaaa</li> <li>bbbbb</li> </ul>

B.<ol type="disc"> <li>aaaaa</li> <li>bbbbb</li> </ul>

C.<ul type="square"> <li>aaaaa</li> <li>bbbbb</li> </ul>

D.<dl> <dd>a</dd> <dt>aaaaa</dt> <dd>b</dd> <dt>bbbbb</dt> </dl>

[if !supportLists]114. [endif]以下代码p{color:red;}

考试

其中“考试”的样式是

C

A. 红色

B.一般红色一般绿色

C. 绿色

D.黑色

[if !supportLists]115. [endif]在CSS3.0样式中,设置文本行高的属性是以下哪个选项(   )

A

A.line-height

B.list-style

C.font-weight

D.text-decoration

[if !supportLists]116. [endif]在CSS3.0样式中,下列属性哪一个能够实现层的隐藏(   )

C

A.display:false

B.display:hidden

C.display:none

D.display:" "

[if !supportLists]117. [endif]在CSS3.0样式中,要实现两个div水平排列,最重要的样式属性是(   )

D

A.overflow

B.margin

C.width

D.float

[if !supportLists]118. [endif]在CSS3.0样式中,设置边框颜色的属性是以下哪个选项(   )

D

A.color

B.border-width

C. border-style

D.border-color

[if !supportLists]119. [endif]text-decoration设置下划线不显示的属性值是以下哪个选项(   )

B

A. underline

B. none

C.line-through

D.overline

[if !supportLists]120. [endif]下面哪个CSS3.0属性是用来改变背景颜色(   )

A

A. background-color

B. bgcolor

C.color

D. text

[if !supportLists]121. [endif]在CSS3.0中,属性(   )可以设置盒子的圆角边框。

A

A.border-radius

B.border

C.radius

D.circle

[if !supportLists]122. [endif]html5 和 CSS3.0 中,关于代码:*{ margin:0px; padding:0px; } 正确的说法是(  )

A

A.用于清除浏览器默认的外边距和内边距

B.用于统一所有元素的外边距和内边距

C.用于统一所有类(class)的外边距和内边距

D.优先级非常高,所以要放在第一行

[if !supportLists]123. [endif]在CSS3.0样式中,可以设置所有p元素的字体都变粗的正确语法是(   )

C

A.<p style="font-size:bold">

B.<p style="text-size:bold">

C.p{font-weight:bold}

D.p{text-size:bold}

[if !supportLists]124. [endif]以下不属于text-align属性的属性值的是(   )

D

A.center

B. right

C.left

D.middle

[if !supportLists]125. [endif]以下关于CSS样式属性的说法错误的是(   )

C

A. CSS可以控制网页背景图片

B.margin属性的属性值可以是百分比

C.word-spacing可以调整字符间距

D.margin属性可以一次性设置四个方向的边距

[if !supportLists]126. [endif]CSS中设置字体样式属性说法错误的是(   )

C

A.font-size设置字体大小

B.text-align设置文本的对齐方式

C. font-type设置字体的类型

D.font-weight用来设置字体的粗细

[if !supportLists]127. [endif]通过css3的(   )属性设置字符间距

B

A.repeat-x

B.letter-spacing

C.shadow

D.Radial

[if !supportLists]128. [endif]元素填充上边距用()元素去实现

A

A.padding-top

B.margin-top

C.padding-left

D.padding-bottom

[if !supportLists]129. [endif]字体属性的font-weight属性可以通过(    )值设置对字体进行加粗

A

A.bold

B.b

C.strong

D.size

[if !supportLists]130. [endif]表示背景图像apple.gif只在水平方向上平铺的CSS属性定义为(    )

B

A.background-repeat:repeat-x

B.background-repeat:repeat-x;

C.background-repeat:repeat-y;

D.bg-repeat:repeat-x;

[if !supportLists]131. [endif]表示背景图像定位的CSS属性为(   )

A

A.background-position

B.bg-position

C.background-loction

D.background-seat

[if !supportLists]132. [endif]关于CSS Sprites,说法错误的是(   )

D

A.CSS Sprites在国内也称之为CSS精灵,它是一种图片网页应用处理方式

B.CSS Sprites允许将一个页面涉及到的所有零星图片均包含在一张大图中

C.CSS Sprites的实现原理是将一张图片不同区域的图像设置为不同元素的背景

D.不管是否使用CSS Sprites,对服务器的请求次数都是一样的

[if !supportLists]133. [endif]CSS3中,用于设置背景颜色的属性是(   )

A

A.background-color

B.color

C.background-image

D.bg-color

[if !supportLists]134. [endif]使用()属性控制背景图片的平铺方式

B

A.bg-repeat

B.background-repeat

C.repeat

D.no-repeat

[if !supportLists]135. [endif]background-position属性的取值范围不包括(   )

D

A.关键字

B.百分比

C.像素值

D.十六进制数字

[if !supportLists]136. [endif]若要设置背景图片水平方向上平铺,则需要将background-repeat属性值设置为(   )

B

A.repeat

B.repeat-x

C.no-repeat

D.repeat-y

[if !supportLists]137. [endif]若要设置背景图片垂直方向上平铺,则需要将background-repeat属性值设置为(   )

D

A.repeat

B.repeat-x

C.no-repeat

D.repeat-y

[if !supportLists]138. [endif]CSS3中,背景色从蓝色到黑色,并且由左到右线性渐变的正确写法是(    )

A

A.background:linear-gradient(to right,blue,black)

B.background-posotion:linear-gradient(to right,blue,black)

C.background:linear-gradient(to right bottom,blue,black)

D.background:linear-gradient(-90deg,blue,black)

[if !supportLists]139. [endif]CSS3中,设置文字阴影的正确写法是(    )

C

A.text-shadow:v-shadow h-shadow blur color

B.text-shadow:h-shadow v-shadow color blur

C.text-shadow:h-shadow v-shadow blur color

D.text-shadow:v-shadow h-shadow color blur

[if !supportLists]140. [endif]background-repeat属性默认值为(   )

A

A.repeat

B.repeat-x

C.no-repeat

D.repeat-y

[if !supportLists]141. [endif]背景图片默认会平铺显示在元素的()

A

A.左上角

B.左下角

C.右上角

D.右下角

[if !supportLists]142. [endif]background-repeat属性的取值范围有(    )

ABCD

A.repeat

B.no-repeat

C.repeat-x

D.repeat-y

[if !supportLists]143. [endif]下列属于背景样式属性的有()

ABCD

A.background-color

B.background-image

C.background-repeat

D.background-position

[if !supportLists]144. [endif]rgba方法中左后一个参数0或1分别代表(   )

BD

A.数字0

B.完全透明

C.数字1

D.完全不透明

[if !supportLists]145. [endif]关于background-color属性取值,正确的是(    )

ABD

A.可以是颜色关键字

B.可以是RGB

C.只能用颜色关键字

D.十六进制数字

[if !supportLists]146. [endif]关于background-image属性修饰正确的是(   )

A

A.background-image:url(top.jpg)

B.background-image:top.jpg

C.background-image:(url:top.jpg)

D.background-image:(top.jpg)

[if !supportLists]147. [endif]径向渐变使用的函数是()

B

A.rd-gradient(   )

B.radial-gradient(   )

C.linear-gradient(   )

D.repeating-radial-gradient(   )

[if !supportLists]148. [endif]给文字设置阴影,使用属性()

C

A.linear-gradient

B.Sprites

C.text-shadow

D.Radial-gradient

[if !supportLists]149. [endif]给盒子添加阴影,使用属性()

C

A.radial-gradient

B.linear-gradient

C.box-shadow

D.text-shadow

[if !supportLists]150. [endif]linear-gradient的参数不包括(   )

D

A.angle

B.direction

C.color-stop

D.url

[if !supportLists]151. [endif]以下属于radial-gradient(  )的参数的是(   )

ABCD

A.position

B.shape

C.size

D.color-stop

[if !supportLists]152. [endif]设置阴影的模糊半径是通过哪个参数()

A

A.blur

B.h-shadow

C.v-shadow

D.color

[if !supportLists]153. [endif]在设置标签背景图像的同时设定元素的背景颜色将会()

B

A.不会载入图片

B.优先显示背景图片

C.只显示背景颜色

D.啥都没有

[if !supportLists]154. [endif]有时我们为了让背景图片适应标签内容的大小,修改()属性。

D

A.background-color

B.background-image

C.background-repeat

D.background-size

[if !supportLists]155. [endif]标签定位在距其父标签左边50px,上边100px的CSS正确写法是( )

C

A.{position:static;left:50px;top:100px}

B.{position:relative;left:50px;top:100px}

C.{position:absolute;left:50px;top:100px}

D.{position:fixed;left:50px;top:100px}

[if !supportLists]156. [endif]关于块状元素和行内元素,以下说法正确的有()

ABD

A.p、div、table、ul、ol是块状元素

B.img、br、span、a是行内元素

C.块状元素按照从左到右的方式进行排列

D.行内元素设置width 属性、height 属性不能影响元素的大小。

[if !supportLists]157. [endif]CSS解决浮动塌陷的方法有哪些(   )

ABC

A.对父级元素设置合适的高度

B.clear:both 清除浮动

C.父级样式中定义overflow:hidden;

D.浮动元素样式中定义overflow:hidden

[if !supportLists]158. [endif]以下关于盒子的描述错误的是()

ABC

A.每一个html元素均可以看作一个盒子

B.每个盒子的边框、填充、边界均包括四个边。

C.每个盒子的四个边可以同时设置,也可以分别设置。

D.盒子的四个边不能同时设置

[if !supportLists]159. [endif]margin:0px auto;修饰的含义是?

B

A.元素垂直居中

B.元素水平居中

C.元素水平垂直居中

D.以上说法都不对

[if !supportLists]160. [endif]元素内容宽120px,高150px,填充10px,边框5px,边距10px,请计算盒子的实际大小是(   )

C

A.宽:150px,高:180px

B.宽:135px,高:165px

C.宽:170px,高:200px

D.宽:140px,高:170px

[if !supportLists]161. [endif]相对定位是指()

D

A.相对浏览器重新定位

B.相对上一标签重新定位

C.相对左边标签重新定位

D.相对于标签在文档流中的初始位置重新定位

[if !supportLists]162. [endif]绝对定位以下说法错误的是()

D

A.绝对定位是指将标签放置在绝对坐标位置上

B.绝对定位使标签的位置与文档流无关

C.绝对定位的标签不占据标准文档流空间

D.绝对定位的标签只能参照浏览器来定位

[if !supportLists]163. [endif]每个盒子都有的属性有哪些()

ABCD

A.margin

B.padding

C.border

D.content

[if !supportLists]164. [endif]以下哪些不是display属性的取值(   )

CD

A.inline

B.block

C.margin

D.padding

[if !supportLists]165. [endif]CSS中visibility属性的取值有(   )

AB

A.hidden

B.visible

C.none

D.block

[if !supportLists]166. [endif]CSS中float属性的取值有(   )

ABD

A.left

B.right

C.top

D.none

[if !supportLists]167. [endif]盒子定位分为()

ABCD

A.静态定位

B.相对定位

C.绝对定位

D.固定定位

[if !supportLists]168. [endif]html5盒子所占空间的计算公式为(   )

B

A.内容+边距+边框

B.内容+填充+边框+边距

C.内容+边距+填充

D.内容+边框+填充

[if !supportLists]169. [endif]以下代码()将隐藏div内容,并且被隐藏的内容不占屏幕的空间。

B

A.<div style="visibility:hidden;"></div>

B.<div style="display:none;"></div>

C.<div style="display:block;"></div>

D.<div style="visibility:visible;"></div>

[if !supportLists]170. [endif]关于盒子之间的位置关系,以下说法正确的有()

AC

A.垂直排列的两个盒子之间的距离是取两者边距中的较大值

B.垂直排列的两个盒子之间的距离是取两者边距之和

C.水平排列的两个盒子之间的距离是取两者边距之和

D.水平排列的两个盒子之间的距离是取两者边距较大值

[if !supportLists]171. [endif]CSS3中,设置元素的上外边距的是(   )属性

A

A.margin-top

B.margin-bottom

C.margin-left

D.margin-right

[if !supportLists]172. [endif]CSS3中,设置元素的左外边距的是(   )属性

C

A.margin-top

B.margin-bottom

C.margin-left

D.margin-right

[if !supportLists]173. [endif]CSS3中,设置元素的右外边距的是(   )属性

D

A.margin-top

B.margin-bottom

C.margin-left

D.margin-right

[if !supportLists]174. [endif]CSS3中,设置元素的下外边距的是(   )属性

B

A.margin-top

B.margin-bottom

C.margin-left

D.margin-right

[if !supportLists]175. [endif]在CSS中,盒子内容的大小由(   )属性设置

AD

A.height

B.margin

C.border

D.width

[if !supportLists]176. [endif]下列元素中,属于块状元素的是()

ABC

A.<p>

B.<table>

C.<div>

D.<img>

[if !supportLists]177. [endif]下列元素中,属于行内元素的是()

D

A.<p>

B.<table>

C.<div>

D.<img>

[if !supportLists]178. [endif]盒子模型有多个属性,其中元素内容与边框之间的距离通常被称为

A

A.padding

B.content

C.margin

D.border

[if !supportLists]179. [endif]盒子定位中,相对定位说法错误的是()

D

A.相对定位是指相对自己原来的位置重新定位

B.元素仍保持其未定位前的形状

C.原本所占的空间仍保留

D.相对定位不会脱离标准文档流

[if !supportLists]180. [endif]固定定位以下说法正确的是()

A

A.固定定位是相对浏览器来重新定位

B.固定定位不会脱离标准文档流,因为位置不动

C.固定定位使用场合非常多

D.固定定位非常好定位

[if !supportLists]181. [endif]绝对定位以下说法错误的是()

D

A.绝对定位是指元素从文档流完全删除

B.相对于包含块定位

C.包含块必须是非静态定位元素

D.绝对定位只能相对于浏览器重新定位

[if !supportLists]182. [endif]使用表格布局,通常会采用哪些标签()

ACD

A.table

B.tb

C.tr

D.td

[if !supportLists]183. [endif]若要在页面中实现两个div重叠,需要应用样式表定义中的(   )

B

A.z-index属性

B.绝对定位和相对定位属性

C.容器属性

D.CSS滤镜

[if !supportLists]184. [endif]清除全部浮动的正确写法是()

B

A.clear:none

B.clear:both

C.clear:left

D.clear:right

[if !supportLists]185. [endif]CSS样式表不可能实现(    )功能。

B

A.表现与内容分离

B.兼容所有的浏览器

C.控制图片的精确定位

D.一个CSS文件控制多个页面

©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 204,793评论 6 478
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 87,567评论 2 381
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 151,342评论 0 338
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 54,825评论 1 277
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 63,814评论 5 368
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 48,680评论 1 281
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 38,033评论 3 399
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 36,687评论 0 258
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 42,175评论 1 300
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 35,668评论 2 321
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 37,775评论 1 332
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 33,419评论 4 321
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 39,020评论 3 307
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 29,978评论 0 19
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 31,206评论 1 260
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 45,092评论 2 351
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 42,510评论 2 343

推荐阅读更多精彩内容

  • 第一部分 HTML&CSS整理答案 1. 什么是HTML5? 答:HTML5是最新的HTML标准。 注意:讲述HT...
    kismetajun阅读 27,421评论 1 45
  • [if !supportLists]1.[endif]以下哪个单词不是Java 的关键字( ) B A.stati...
    蔚蓝指明阅读 2,632评论 0 1
  • [if !supportLists]1.[endif]下列选项属于Photoshop工具面板中的工具有哪些() A...
    蔚蓝指明阅读 1,619评论 0 1
  • 本文参考:HTML5-MDN HTML5是HTML标准的最新演进版本。 这个术语代表了两个不同的概念: 它是一套新...
    夜舞暗澜_3ea2阅读 466评论 0 0
  • 表情是什么,我认为表情就是表现出来的情绪。表情可以传达很多信息。高兴了当然就笑了,难过就哭了。两者是相互影响密不可...
    Persistenc_6aea阅读 124,077评论 2 7