1.在javascript中插入多行注释语句的是(C)
A <!--Thiscomment has more than onr line-->
B"Thiscomment has more than one line"
C/*This commenthas more than one line*/
D//This commenthas more than one line
2.插入JavaScript的正确位置是(B)
A body区
B html文档中的任意位置
C </html>下方
D head区
3.下列属于JavaScript中的注释语句符的是(D)
A /*
B <!-- -->
C '
D //
4.在JavaScript中定义数组错误的语句是(D)
A var txt=[];
B var txt=newArry("George","john","Thomas")
C var txt=newArry()
D vartxt={"George","john","Thomas"}
5.下列定义表格的代码正确的是(D)
A<table><tr>内容1</tr></table>
B<table><td><tr>内容1</td></tr></table>
C<table><td>内容1</td></table>
D<table><tr><td>内容1</td></tr></table>
6.关于数组正确的说法是(C)
A javascript中的数组长度不变
B javascript中数组各元素类型必须一致
C javascript中允许创建空数组
D javascript中数组各元素的下标从1开始
7.要计算2的4次方可以使用的语句是( B)
A Math.sqrt(2,4)
B Math.pow(2,4)
C Math.abs(2,4)
D Math.random(2,4)
8.当i不等于5时执行一些语句的条件语句正确的是(C)
A if i<>5then
B if i!=5 them
C if(i!=5)
D if(i<>5)
9.下列代码的输出结果是(C)
var i;
for(i=1;i<5;i++)
{
if(i%3==0)break;
document.write(i+" ");
}
A 5
B 1 2 4
C 1 2
D 1 2 4 5
10.在<pid="text"></p>中写入“hellow word”的代码正确的是(D)
AgetElementById("text").text="hellow word";
Bdocument.getElementById("text").text="hellow word";
CgetElementById("text").innerHTML="hellow word";
Ddocument.getElementById("text").innerHTML="hellow word";
11.可以通过下列html标签中的(C)添加JavaScript代码
A <scriping>
B<javascript>
C <script>
D <js>
12.下列添加javascript的语句错误的是(A)
A js文件:console.log("hellow");
html文件:<script href="1.js"></script>
B <inputtype="button" value="test"onlick="test()">
<script>
function test(){
console.log("hello");}
</script>
C<script>console.log("hello");</script>
D js文件:console.log("hello");
html文件:<script src="1.js"></script>
13.span元素默认的显示方式为(D)
A block
B inline-block
C 不确定
D inline
14.div元素默认的显示方式为(A)
A block
B inline-block
C inline
D 不确定
15.要使多个div元素横向排列,不可以使用的方法是(C)
A display:inline:
B float:left
C display:block
Ddisplay:inline-block
16.css样式可以配合(C)标签实现网络布局
A <span>
B<p>
C<div>
D <dl>
17.在css中盒子在网页中所占实际区域是(C)
A 内容尺寸+内边距尺寸+边框尺寸
B 内容尺寸+内边距尺寸+边框尺寸+外边距尺寸+边框阴影尺寸
C 内容尺寸+内边距尺寸+边框尺寸+外边距尺寸
D 内容尺寸+内边距尺寸
18.在css中快级元素水平居中的方法是(C)
A margin:0px100px;
B margin:100px;
C margin:30pxauto;
D margin:50%;
19.设置一个图像边框的css样式为(D)
A image:1.jpg 30repeat;
B border:1.jpg 30 repeat;
C iamge:url(1.jpg) 30 repeat;
Dborder-image:url(1.jpg)30 repeat;
20.在css中width和height表示盒子(C)的尺寸
A 外边距以内区域
B 边框以内区域
C 内容区域
D 实际所占区域
21.在css中添加边框的语句正确的是(A)
A border:1px solidred;
B border:1px;
C border:red;
D border:1px red;
22.要设置网页中各元素的堆叠顺序,应使用的css属性是(D)
A float
B display
C position
D z-index
23.要对网页中的元素设置堆叠排序,应使用的定位方法是(D)
A float
B 都可以
C display
D position
24.margin用于设置网页的(A)
A 外边距
B 边距
C 内边距
D 边框
25.padding用于设置网页的(B)
A 外边距
B 内边距
C 边距
D 边框
26.下列(B)css属性可以为元素添加"下边框"
Aborder-bottom-width
B border-bottom
Cborder-down-width
D border-down
27.要在元素上使用动画,应使用的css属性是(A)
A animation
B transform
C transition
D @key
28.在插入图片的标签中,添加替代图片显示的文字说明的属性是(C)
A id
B name
C alt
D srt
29.设置元素边框与内容顶部距离为20像素,正确的语句是(A)
Apadding-top:20px:
B margin top:20px;
C margin-top:20px;
D paddingtop:20px:
30. <area shap="rect".......>语句中的rect表示地区区域的形状为(D)
A 园
B 椭圆
C 不规则形状
D 矩形
31.修改id名为“x”的元素背景颜色的语句正确的是(A)
Adocument.getElementByld("x").style.backgroundColor="yellow";
Bdocument.getElementByld("x").style.css.backgroundColor="yellow";
Cdocument.getElementByld("x").background-Color="yellow";
Ddocument.getElementByld("x").style="yellow";
32.语句box-shadow:-5px 5px 10px #666的作用是(B)
A 为盒子添加向右上方偏移的阴影,模糊距离为10px,颜色为#606060
B 为盒子添加向左下方偏移的阴影,模糊距离为10px,颜色为#666666
C 为盒子添加向左上方偏移的阴影,模糊距离为10px,颜色为#606060
D 为盒子添加向右下方偏移的阴影,宽度为10px,颜色为#606060
33.下列(D)表示上边框线宽10px,下边框线宽5px,左边框线宽20px,右边框线宽1px
Aborder-winth:10px 5px 20px 1px
Bborder-width:10px 20px 5px 1px
Cborder-width:10px 5px 20px 1px
Dborder-width:10px 1px 5px 20px
34.语句margin:30px 50px;表示(B)
A 设置上外边距为30px,右边外边距为50px,下左边距不设置
B 设置上下外边距为30px,左右边外边距为50px
C 设置上边距为30px,下边距为50px,左右不设置
D设置上左外边距为30px,下右外边距为50px
35.border-radius:5px的作用是(C)
A 设置边框宽度为5px
B 设置边框内切圆的直径为5px
C 设置边框四个角处内切圆的半径为5px
D 设置边框四个角处内切圆的直径为5px
36.阅读代码 选择正确答案(A)
<input type="text"......
<inputtype="radio".....
<inputtype="checkbox"......
<inputtype="file"......
A 分别表示:文本框,单选按钮,复选框,文件域
B 分别表示:复选框,文本框,单选按钮,文件域
C 分别表示:单选按钮,文本框,复选框,文件域
D 分别表示:文件域,文本框,单选按钮,复选框
37.引入外部脚本正确的代码是(A)
A <scriptsrc=""></script>
B <linkhref=""></script>
C <scripthref=""></script>
D <scriptname=""></script>
38. 在表单中对单选按钮进行分组依据的是(A)
A name属性相同
B value属性相同
C 放在同一表单中
D type属性相同
39.下面的代码定义了一个表格,这个表格有几行几列(C)
<table>
<tr>
<td>1</td><td>2</td><td>3</td>
</tr>
<tr>
<td>1</td><td>2</td><td>3</td>
</tr>
</table>
A 三行三列
B 三行两列
C 两行三列
D 两行两列
40.若要将表格中第一行的第一个单元格和第二个单元格合并,下列写法正确的是(B)
A <trcospan="2">
B <tdcolspan="2">
C <trrowspan-="2">
D <tdrowspan="2">
41.若要提供一个四行20列的文本域,下列语句正确的是(C)
A <textarearows="4"cols="20">
B <textarearows="20"cols="4">
C <textarearows="4"cols="20"></textarea>
D <textarearows="20"cols="4"></textarea>
42.HTML语言中,设置表格中单元格与单元格之间距离的语句正确的是(D)
A <tablewidth="1">
B <tablecellpadding="1">
C <tableborder="1">
D <tablecellspacing="1">
43.HTML语言中,设置表格中内容与单元格边框之间距离的属性是(B)
A width
B cellpadding
C border
D cellspacing
44.在以下的HTML代码片段中:以下(A)是正确的判断
<tableborder=1>
<caption>文具</caption>
<th>铅笔</th>
<th>圆珠笔</th>
<th>水笔</th>
<th>.....
A 铅笔一定位于首行中的第一列
B 水笔与圆珠笔在不同的行
C 圆珠笔一定位于首列中的第一列
D 文具应位于首列首行
45.HTML代码<selectname="name"></name>表示(C)
A 创建表格
B 创建一个滚动菜单
C 创建一个列表框控件
D 设置每个表单项的内容
46.下列那一项表示的不是按钮(A)
Atype="file"
Btype="button"
Ctype="reset"
Dtype="submit"
47. 用于设置表格背景颜色的属性是(D)
A colour
B background
C backcolor
D bgcolor
48.下列属于网络上常用图片格式的是(C)
A bmp
B wmv
C jpg
D webm
49.一副800*800像素的24位bmp位图,其文件大小约为(D)
A 12.21MB
B 3.05MB
C 0.38MB
D 1.83MB
50.一副1000*800像素的16色bmp图,其文件大小约为(A)
A 0.38MB
B 12.21MB
C 3.05MB
D 1.53MB
51.一副1000*1000像素的256色bmp位图,其文件大小约为(B)
A 12.21mb
B 0.95mb
C 0.38mb
D 1.53mb
52.16位真彩色位图图像的像素深度是(A)
A 4
B 24
C 1677万
D 8
53.在网页中插入一个名为"movie.mp4"的视频,下列标签不正确的是(C)
A <object>
B <embed>
C <audio>
D <video>
54.在网页中插入一个名为"movie.mp4"的视频,下列语句正确的是(C)
A <objectsource="movide.mp4"><object>
B <objectsrc="movide.mp4"><object>
C <objectdata="movide.mp4"><object>
D <objecturl="movide.mp4"><object>
55.在网页中插入一个名为"movie.mp4"的视频,下列语句正确的是(B)
A <embedhref="movie.mp4"><embed>
B <embedsrc="movie.mp4"></embed>
C <embedurl="movie.mp4"><embed>
D <embedsource="movie.mp4"><embed>
56.在网页中插入一个名为"movie.mp4"的视频,下列语句正确的是(C)
A <videodata="movie.mp4></video>
B <videosource="movie.mp4></video>
C <videosrc="movie.mp4></video>
D <videourl="movie.mp4></video>
57.在网页中插入一个名为"sound.mp3"的音频,下列标签不正确的是(B)
A <audio>
B <video>
C <object>
D <embed>
58.可以查看组数长度的属性是(B)
A size
B length
C long
D width
59.修改<pid="x"></p>元素内容的语句正确的是(B)
A document.getElementById("x").contenet="hellow";
Bdocument.getElementById("x").innerHTML="hellow";
Cdocument.getElementById("x").inner="hellow";
Ddocument.getElementById("x").text="hellow":
60.下列不属于javascript的循环结构是(C)
A while(){
......
}
B do{
...
}while()
C do{
...
}loop()
D for()
{
...
}
61.使用消息框中输出"Hellow Word"的代码正确的是(B)
Aalert="hellow word";
Balert("hellow word");
CalterBox("hellow word");
Dalert="hellow word";
62.向浏览器中的控制台写入"hellow word"正确的代码是(B)
A console.write("helloword");
Bconsole.log("hello word");
Cconsole="hello word";
Dconsole("hello word");
63.输出"hellw word"的语句不正确的是(B)
Adocument.write("hellow word")
B "hellowword"
Calert("hellow word")
Dconsole.log("hellow word")
64.要实现元素顺时针旋转180度,正确的语句是(D)
A roate(180)
B Transfrom(180)
C rotate(180deg)
Dtransfrom:roate(180deg)
65.<th>标签的作用是(C)
A 定义一个表格
B 定义表格的行
C 定义一个单元格
D 定义表格的列
66.语句<img src="a.jpg">表示(B)
A 将C盘根目录中的图片a.jpg插入到网页中
B 将当前网页所在文件夹中的图片a.jpg插入到网页中
C 在电脑中搜索图片a.jpg插入到网页中
D 将当前目录下image文件夹中的图片a.jpg插入到网页中
67.常用的视频播放制式PAL制式的播放速率是(B)
A 20
B 25
C 24
D 30
68.在form标签中用于指定提交地址的属性是(A)
A actioin
B post
C get
D method
69.在<input>标签中不属于type属性的取值是(C)
A radio
B text
C select
D password
A <!--Thiscomment has more than onr line-->
B"Thiscomment has more than one line"
C/*This commenthas more than one line*/
D//This commenthas more than one line
2.插入JavaScript的正确位置是(B)
A body区
B html文档中的任意位置
C </html>下方
D head区
3.下列属于JavaScript中的注释语句符的是(D)
A /*
B <!-- -->
C '
D //
4.在JavaScript中定义数组错误的语句是(D)
A var txt=[];
B var txt=newArry("George","john","Thomas")
C var txt=newArry()
D vartxt={"George","john","Thomas"}
5.下列定义表格的代码正确的是(D)
A<table><tr>内容1</tr></table>
B<table><td><tr>内容1</td></tr></table>
C<table><td>内容1</td></table>
D<table><tr><td>内容1</td></tr></table>
6.关于数组正确的说法是(C)
A javascript中的数组长度不变
B javascript中数组各元素类型必须一致
C javascript中允许创建空数组
D javascript中数组各元素的下标从1开始
7.要计算2的4次方可以使用的语句是( B)
A Math.sqrt(2,4)
B Math.pow(2,4)
C Math.abs(2,4)
D Math.random(2,4)
8.当i不等于5时执行一些语句的条件语句正确的是(C)
A if i<>5then
B if i!=5 them
C if(i!=5)
D if(i<>5)
9.下列代码的输出结果是(C)
var i;
for(i=1;i<5;i++)
{
if(i%3==0)break;
document.write(i+" ");
}
A 5
B 1 2 4
C 1 2
D 1 2 4 5
10.在<pid="text"></p>中写入“hellow word”的代码正确的是(D)
AgetElementById("text").text="hellow word";
Bdocument.getElementById("text").text="hellow word";
CgetElementById("text").innerHTML="hellow word";
Ddocument.getElementById("text").innerHTML="hellow word";
11.可以通过下列html标签中的(C)添加JavaScript代码
A <scriping>
B<javascript>
C <script>
D <js>
12.下列添加javascript的语句错误的是(A)
A js文件:console.log("hellow");
html文件:<script href="1.js"></script>
B <inputtype="button" value="test"onlick="test()">
<script>
function test(){
console.log("hello");}
</script>
C<script>console.log("hello");</script>
D js文件:console.log("hello");
html文件:<script src="1.js"></script>
13.span元素默认的显示方式为(D)
A block
B inline-block
C 不确定
D inline
14.div元素默认的显示方式为(A)
A block
B inline-block
C inline
D 不确定
15.要使多个div元素横向排列,不可以使用的方法是(C)
A display:inline:
B float:left
C display:block
Ddisplay:inline-block
16.css样式可以配合(C)标签实现网络布局
A <span>
B<p>
C<div>
D <dl>
17.在css中盒子在网页中所占实际区域是(C)
A 内容尺寸+内边距尺寸+边框尺寸
B 内容尺寸+内边距尺寸+边框尺寸+外边距尺寸+边框阴影尺寸
C 内容尺寸+内边距尺寸+边框尺寸+外边距尺寸
D 内容尺寸+内边距尺寸
18.在css中快级元素水平居中的方法是(C)
A margin:0px100px;
B margin:100px;
C margin:30pxauto;
D margin:50%;
19.设置一个图像边框的css样式为(D)
A image:1.jpg 30repeat;
B border:1.jpg 30 repeat;
C iamge:url(1.jpg) 30 repeat;
Dborder-image:url(1.jpg)30 repeat;
20.在css中width和height表示盒子(C)的尺寸
A 外边距以内区域
B 边框以内区域
C 内容区域
D 实际所占区域
21.在css中添加边框的语句正确的是(A)
A border:1px solidred;
B border:1px;
C border:red;
D border:1px red;
22.要设置网页中各元素的堆叠顺序,应使用的css属性是(D)
A float
B display
C position
D z-index
23.要对网页中的元素设置堆叠排序,应使用的定位方法是(D)
A float
B 都可以
C display
D position
24.margin用于设置网页的(A)
A 外边距
B 边距
C 内边距
D 边框
25.padding用于设置网页的(B)
A 外边距
B 内边距
C 边距
D 边框
26.下列(B)css属性可以为元素添加"下边框"
Aborder-bottom-width
B border-bottom
Cborder-down-width
D border-down
27.要在元素上使用动画,应使用的css属性是(A)
A animation
B transform
C transition
D @key
28.在插入图片的标签中,添加替代图片显示的文字说明的属性是(C)
A id
B name
C alt
D srt
29.设置元素边框与内容顶部距离为20像素,正确的语句是(A)
Apadding-top:20px:
B margin top:20px;
C margin-top:20px;
D paddingtop:20px:
30. <area shap="rect".......>语句中的rect表示地区区域的形状为(D)
A 园
B 椭圆
C 不规则形状
D 矩形
31.修改id名为“x”的元素背景颜色的语句正确的是(A)
Adocument.getElementByld("x").style.backgroundColor="yellow";
Bdocument.getElementByld("x").style.css.backgroundColor="yellow";
Cdocument.getElementByld("x").background-Color="yellow";
Ddocument.getElementByld("x").style="yellow";
32.语句box-shadow:-5px 5px 10px #666的作用是(B)
A 为盒子添加向右上方偏移的阴影,模糊距离为10px,颜色为#606060
B 为盒子添加向左下方偏移的阴影,模糊距离为10px,颜色为#666666
C 为盒子添加向左上方偏移的阴影,模糊距离为10px,颜色为#606060
D 为盒子添加向右下方偏移的阴影,宽度为10px,颜色为#606060
33.下列(D)表示上边框线宽10px,下边框线宽5px,左边框线宽20px,右边框线宽1px
Aborder-winth:10px 5px 20px 1px
Bborder-width:10px 20px 5px 1px
Cborder-width:10px 5px 20px 1px
Dborder-width:10px 1px 5px 20px
34.语句margin:30px 50px;表示(B)
A 设置上外边距为30px,右边外边距为50px,下左边距不设置
B 设置上下外边距为30px,左右边外边距为50px
C 设置上边距为30px,下边距为50px,左右不设置
D设置上左外边距为30px,下右外边距为50px
35.border-radius:5px的作用是(C)
A 设置边框宽度为5px
B 设置边框内切圆的直径为5px
C 设置边框四个角处内切圆的半径为5px
D 设置边框四个角处内切圆的直径为5px
36.阅读代码 选择正确答案(A)
<input type="text"......
<inputtype="radio".....
<inputtype="checkbox"......
<inputtype="file"......
A 分别表示:文本框,单选按钮,复选框,文件域
B 分别表示:复选框,文本框,单选按钮,文件域
C 分别表示:单选按钮,文本框,复选框,文件域
D 分别表示:文件域,文本框,单选按钮,复选框
37.引入外部脚本正确的代码是(A)
A <scriptsrc=""></script>
B <linkhref=""></script>
C <scripthref=""></script>
D <scriptname=""></script>
38. 在表单中对单选按钮进行分组依据的是(A)
A name属性相同
B value属性相同
C 放在同一表单中
D type属性相同
39.下面的代码定义了一个表格,这个表格有几行几列(C)
<table>
<tr>
<td>1</td><td>2</td><td>3</td>
</tr>
<tr>
<td>1</td><td>2</td><td>3</td>
</tr>
</table>
A 三行三列
B 三行两列
C 两行三列
D 两行两列
40.若要将表格中第一行的第一个单元格和第二个单元格合并,下列写法正确的是(B)
A <trcospan="2">
B <tdcolspan="2">
C <trrowspan-="2">
D <tdrowspan="2">
41.若要提供一个四行20列的文本域,下列语句正确的是(C)
A <textarearows="4"cols="20">
B <textarearows="20"cols="4">
C <textarearows="4"cols="20"></textarea>
D <textarearows="20"cols="4"></textarea>
42.HTML语言中,设置表格中单元格与单元格之间距离的语句正确的是(D)
A <tablewidth="1">
B <tablecellpadding="1">
C <tableborder="1">
D <tablecellspacing="1">
43.HTML语言中,设置表格中内容与单元格边框之间距离的属性是(B)
A width
B cellpadding
C border
D cellspacing
44.在以下的HTML代码片段中:以下(A)是正确的判断
<tableborder=1>
<caption>文具</caption>
<th>铅笔</th>
<th>圆珠笔</th>
<th>水笔</th>
<th>.....
A 铅笔一定位于首行中的第一列
B 水笔与圆珠笔在不同的行
C 圆珠笔一定位于首列中的第一列
D 文具应位于首列首行
45.HTML代码<selectname="name"></name>表示(C)
A 创建表格
B 创建一个滚动菜单
C 创建一个列表框控件
D 设置每个表单项的内容
46.下列那一项表示的不是按钮(A)
Atype="file"
Btype="button"
Ctype="reset"
Dtype="submit"
47. 用于设置表格背景颜色的属性是(D)
A colour
B background
C backcolor
D bgcolor
48.下列属于网络上常用图片格式的是(C)
A bmp
B wmv
C jpg
D webm
49.一副800*800像素的24位bmp位图,其文件大小约为(D)
A 12.21MB
B 3.05MB
C 0.38MB
D 1.83MB
50.一副1000*800像素的16色bmp图,其文件大小约为(A)
A 0.38MB
B 12.21MB
C 3.05MB
D 1.53MB
51.一副1000*1000像素的256色bmp位图,其文件大小约为(B)
A 12.21mb
B 0.95mb
C 0.38mb
D 1.53mb
52.16位真彩色位图图像的像素深度是(A)
A 4
B 24
C 1677万
D 8
53.在网页中插入一个名为"movie.mp4"的视频,下列标签不正确的是(C)
A <object>
B <embed>
C <audio>
D <video>
54.在网页中插入一个名为"movie.mp4"的视频,下列语句正确的是(C)
A <objectsource="movide.mp4"><object>
B <objectsrc="movide.mp4"><object>
C <objectdata="movide.mp4"><object>
D <objecturl="movide.mp4"><object>
55.在网页中插入一个名为"movie.mp4"的视频,下列语句正确的是(B)
A <embedhref="movie.mp4"><embed>
B <embedsrc="movie.mp4"></embed>
C <embedurl="movie.mp4"><embed>
D <embedsource="movie.mp4"><embed>
56.在网页中插入一个名为"movie.mp4"的视频,下列语句正确的是(C)
A <videodata="movie.mp4></video>
B <videosource="movie.mp4></video>
C <videosrc="movie.mp4></video>
D <videourl="movie.mp4></video>
57.在网页中插入一个名为"sound.mp3"的音频,下列标签不正确的是(B)
A <audio>
B <video>
C <object>
D <embed>
58.可以查看组数长度的属性是(B)
A size
B length
C long
D width
59.修改<pid="x"></p>元素内容的语句正确的是(B)
A document.getElementById("x").contenet="hellow";
Bdocument.getElementById("x").innerHTML="hellow";
Cdocument.getElementById("x").inner="hellow";
Ddocument.getElementById("x").text="hellow":
60.下列不属于javascript的循环结构是(C)
A while(){
......
}
B do{
...
}while()
C do{
...
}loop()
D for()
{
...
}
61.使用消息框中输出"Hellow Word"的代码正确的是(B)
Aalert="hellow word";
Balert("hellow word");
CalterBox("hellow word");
Dalert="hellow word";
62.向浏览器中的控制台写入"hellow word"正确的代码是(B)
A console.write("helloword");
Bconsole.log("hello word");
Cconsole="hello word";
Dconsole("hello word");
63.输出"hellw word"的语句不正确的是(B)
Adocument.write("hellow word")
B "hellowword"
Calert("hellow word")
Dconsole.log("hellow word")
64.要实现元素顺时针旋转180度,正确的语句是(D)
A roate(180)
B Transfrom(180)
C rotate(180deg)
Dtransfrom:roate(180deg)
65.<th>标签的作用是(C)
A 定义一个表格
B 定义表格的行
C 定义一个单元格
D 定义表格的列
66.语句<img src="a.jpg">表示(B)
A 将C盘根目录中的图片a.jpg插入到网页中
B 将当前网页所在文件夹中的图片a.jpg插入到网页中
C 在电脑中搜索图片a.jpg插入到网页中
D 将当前目录下image文件夹中的图片a.jpg插入到网页中
67.常用的视频播放制式PAL制式的播放速率是(B)
A 20
B 25
C 24
D 30
68.在form标签中用于指定提交地址的属性是(A)
A actioin
B post
C get
D method
69.在<input>标签中不属于type属性的取值是(C)
A radio
B text
C select
D password