下列属性中,用于设置鼠标悬停时图像的提示文字的是( )。
A. title
B. alt
C. width
D. height
查看答案
页面上的div标签,其HTML代码为
文字,为其设置CSS样式如下:#box{ color:blue;}那么,文字的颜色将显示为 ( )
A. 红色
B. 蓝色
C. 黑色
D. 以上说法都不对
当上下相邻的两个块元素相遇时,如果上面的元素有下外边距margin-bottom,下面的元素有上外边距margin-top,则他们之间的垂直间距是
A. margin-top的值
B. margin-bottom的值
C. margin-bottom与margin-top之和
D. margin-bottom与margin-top中的较大者。
以下属性中,不能增加盒子尺寸的属性是
A. height
B. width
C. padding
D. text-decoration
下列选项中,属于有序列表的基本语法格式的是
A.
- 列表项1
- 列表项2
......
B.
C.
D.
……
……
……