1. | 设置表格的单元格间距为0的HTML代码是() | | (A) | <table cellspacing =0> | | (B) | <table border=0> | | (C) | <table cellpadding =0> | | (D) | <table height=0> | | | |
分值:2.5 | |
|
2. | 分析下面的 JavaScript 代码段: var a=15.49; document.und(a)); 输出的结果是(). | | (A) | 15.5 | | (B) | 15.4 | | (C) | 15 | | (D) | 16 | | | html网页设计 table |
分值:2.5 | |
|
3. | 在HTML文档中包含如下超链接,要实现当鼠标移入该链接时,超链接文本大小变为30px,选项中的编码正确的是 | | (A) | <a href=”#” onmouseover=”this.style.fontsize=30px”>注册</a> | | (B) | <a href=”#” onmouseout=”this.style.fontsize=30px”>注册</a> | | (C) | <a href=”#” onmouseout=”this.style.font-size=30px”>注册</a> | | (D) | <a href=”#” onmouseover=”this.style.font-size=30px”>注册</a> | | | |
分值:2.5 | |
|
4. | 以下设置网页背景图片正确的是 | | (A) | <head bgcolor=“a.img”> | | (B) | <body background=“a.img”> | | (C) | <head background=“a.img”> | | (D) | <body bgcolor=“a.img”> | | | |
分值:2.5 | |
|
5. | 如何产生带有正方形的项目的列表? | | (A) | list-type: square | | (B) | list-style-type: square | | (C) | type: square | | (D) | type: 2 | | | |
分值:2.5 | |
|
6. | 下列哪种CSS样式定义的方式拥有最高的优先级? | 分值:2.5 | |
|
7. | 下列说法错误的是() | | (A) | square是定制表中type的标记 | | (B) | disk是定制表中type的标记 | | (C) | circle是定制表中type的标记 | | (D) | left是定制表中type的标记 | | | |
分值:2.5 | |
|
8. | 设置表格的边框为0的HTML代码是() | | (A) | <table cellspacing =0> | | (B) | <table height=0> | | (C) | <table border=0> | | (D) | <table cellpadding =0> | | | |
分值:2.5 | |
|
9. | 在HTML页面中,CSS样式的属性名为background-image对应的style对象的属性名是 | | (A) | background | | (B) | image | | (C) | background | | (D) | backgroungImage | | | |
分值:2.5 | |
|
10. | 下列的HTML中哪个可以插入背景图像? | | (A) | <body background="background.gif"> | | (B) | <img src="background.gif" background> | | (C) | <img>image.gif</img> | | (D) | <background img="background.gif"> | | | |
分值:2.5 | |
|
11. | 下列哪个css属性能够更改文本字体? | | (A) | f: | | (B) | font= | | (C) | text-decoration:none | | (D) | font-family: | | | |
分值:2.5 | |
|
12. | 分析下面的 javascript 代码: x=11; y="number"; m= x+y ; m 的值为()。 | | (A) | 11number | | (B) | number | | (C) | 程序报错 | | (D) | 11 | | | |
分值:2.5 | |
|
13. | 在本窗口打开超链接的代码是() | | (A) | <a href=URL target=_top>..</a> | | (B) | <a href=URL target=_parent>..</a> | | (C) | <a href=URL target=_blank>..</a> | | (D) | <a href=URL target=_self>..</a> | | | |
分值:2.5 | |
|
14. | 创建一个位于文档内部位置的链接的代码是? | | (A) | <a href="URL"></a> | | (B) | <a href="mailto:EMAIL"></a> | | (C) | <a name="NAME"></a> | | (D) | <a href="#NAME"></a> | | | |
分值:2.5 | |
|
15. | 如何改变元素的左边距? | | (A) | indent: | | (B) | text-indent: | | (C) | margin: | | (D) | margin-left: | | | |
分值:2.5 | |
|
16. | 分析下面的 JavaScript 代码段: a = new Array("100","2111","41111"); for(var i = 0;i < a.length;i ){ document.write(a[i] ""); } 输出结果是()。 | | (A) | 0 1 2 | | (B) | 1 2 3 | | (C) | 1 2 4 | | (D) | 100 2111 41111 | | | |
分值:2.5 | |
|
17. | 引用名为 "xxx.js" 的外部脚本的正确语法是? | | (A) | <script src="xxx.js"> | | (B) | <script href="xxx.js"> | | (C) | <js name="xxx.js"> | | (D) | <script name="xxx.js"> | | | |
分值:2.5 | |
|
18. | 在 HTML 文档中,引用外部样式表的正确位置是? | | (A) | 文档的顶部 | | (B) | 文档的末尾 | | (C) | <body> 部分 | | (D) | <head> 部分 | | | |
分值:2.5 | |
|
19. | 在HTML中,表示页面背景的是( ) | | (A) | <body bgcolor=> | | (B) | <body bkcolor=> | | (C) | <body color=> | | (D) | <body agcolor=> | | | |
分值:2.5 | |
|
20. | 定制表中type标记中的circle表示() | 分值:2.5 | |
|
| |
发表评论