没有搜到到结果?点击这里求解答/求资源。
【多选题】
CSS文本属性中,文本对齐属性取值有( ?)。

justify
center
right
left
【多选题】
在HTML中,使用HTML元素class属性,将样式应用于网页上某个段落代码如下所示: Pclass=”firstp”这是个段落下面选项中, 下列选项正确定义了该段落元素样式规则有( )

sytletype=”text/css”P{color:red}/sytle
sytletype=”text/css”#firstp{color:red}/sytle
sytletype=”text/css”.firstp{color:red}/sytle
sytletype=”text/css”P.{color:red}/sytle
【多选题】
“word-spacing”属性用于设置元素文本单词之间间隔,其取值可以为()。

normal
带有度量单位(如mm、cm、pt、px、em等)正数
带有度量单位(如mm、cm、pt、px、em等)正、负数
百分比
【判断题】
参加课程考试时必须携带学生身份证

正确
错误
【多选题】
在HTML中,使用HTML元素class属性,将样式应用于网页上某个段落代码如下所示: P class=firstp这是个段落下面选项中, 下列选项正确定义了该段落元素样式规则有( )

sytle type=text/cssP{color:red}/sytle
sytle type=text/css#firstp{color:red}/sytle
sytle type=text/css.firstp{color:red}/sytle
sytle type=text/cssP.{color:red}/sytle
【判断题】
中华人民共和国公民和组织,持有介绍信或者工作证、身份证等合法证明,?可以利用已开放档案

正确
错误
【多选题】
“vertical-align”属性用于设置元素内容垂直对齐方式,共取值可以为()。

sub
super
top
bottom
【单选题】
唯一确定条记录某个属性组是( )。

关键字
关系模式
记录
属性
【多选题】
利用页面属性可以设置下列哪些属性?

网页背景颜色
网页中文本颜色
网页中图片颜色
网页中加载Flash动画背景颜色
【单选题】
利用XSL创建style属性,style值为“color:bule;background-color:red”,能实现功能选项为()。

attributename="color"blue/attributeattributename="background-color"red/attribute
attributename="style"color:blue/attributeattributename="style"background-color:red/attribute
attributename="style"color:blue;background-color:red/attribute
elementattribute="style"color:blue;background-color:red/element