试卷部分试题预览
多选题
A、
Computer Style Sheets
B、
Cascading Style Sheets
C、
Creative Style Sheets
D、
Colorfill Style S heets
多选题
在 JavaScript 中,不合法的标识符是 ______。
A、
a*b
B、
small
C、
score
D、
average_grade
多选题
在 HTTP响应的 MIME消息体中,可以同时包含如下类型的数据 ______。i .文本数据 ii .图片数据 iii .视频数据 iv .音频数据
A、
仅 i
B、
i 和 ii
C、
i 、ii 和 iii
D、
全都可以
多选题
在 HTML文档中用于表示页面标题的标记对是 ______。
A、
<head>< /head >
B、
<header >< /header >
C、
<caption ></caption >
D、
<title >< /title >
多选题
在下列 CSS语句中,设置活动状态超链接颜色的是 ______。
A、
a:link{color:#FF0000}
B、
a:visited{color:#00FF00}
C、
a:hover{color:#FFCC00}
D、
a:active{color:#0000FF}
多选题
在下列语句中,符合 CSS语法的正确语句是 ______。
A、
body:color=black
B、
{body;color:black}
C、
body{color:black;}
D、
{body:color=black}
多选题
在下列语句中,在 CSS文件中插入的正确注释语句是 ______。
A、
//this is a comment
B、
//this is a comment//
C、
/*this is a comment*/
D、
"this is a comment
多选题
在 HTML文档中用于表示表格的标记对是 ______。
A、
<head>< /head >
B、
<header >< /header >
C、
<table >< /table >
D、
<caption ></caption >
多选题
在 JavaScript 中,下列的函数能够把 6.25 四舍五入为最接近的整数的是 ______
A、
round(6.25)
B、
rnd(6.25)
C、
Math.rnd(6.25)
D、
Math.round(6.25)
多选题
在下列 HTML标记中,不属于行内元素的是 ______。
A、
<em>
B、
<font >
C、
<input >
D、
<div >