项目一 单元测试

1、判断题:
网站是由多个文本和超链接组成的集合。( )
选项:
A:对
B:错
答案: 【

2、判断题:
网页与网页间可以通过超链接相互访问。( )
选项:
A:错
B:对
答案: 【

3、判断题:
html源码文件的扩展名是.html。( )
选项:
A:错
B:对
答案: 【

4、判断题:
一般用photoshop、3ds max等软件来制作网页视觉效果图。( )
选项:
A:错
B:对
答案: 【

5、单选题:
网页的组成元素不包括下面哪项( )。
选项:
A:文本
B:软件
C:超链接
D:图像
答案: 【软件

6、判断题:
标签 <img>用来定义超链接。( )
选项:
A:错
B:对
答案: 【

7、判断题:
HTML 标题是通过<h1>-<h6>标签来定义的。( )
选项:
A:对
B:错
答案: 【

8、判断题:
设置元素向右浮动的正确源码是float:right;。( )
选项:
A:对
B:错
答案: 【

9、判断题:
设置元素边框为实线,2px宽,红色的源码是border:2px dotted red;。( )
选项:
A:错
B:对
答案: 【

10、单选题:
HTML段落是通过( )标签来定义的。
选项:
A:<hr>
B:<div>
C:<span>
D:<p>
答案: 【<p>

11、判断题:
#aa{color:red;}可以定义一个类选择器。( )
选项:
A:错
B:对
答案: 【

12、单选题:
设置元素背景色属性为黑色,下面写法错误的是( )。
选项:
A:background-color:inherit;
B:color:inherit;
C:background-color:inherit;
D:background-color:inherit;
答案: 【color:inherit;

13、单选题:
设置鼠标经过超链接文本颜色变为红色,下面写法正确的是( )。
选项:
A:a:link{color:inherit;}
B:a:click{color:inherit;}
C:a:visited{color:inherit;}
D:a:hover{color:inherit;}
答案: 【a:hover{color:inherit;}

14、单选题:
text-decoration 属性规定添加到文本的修饰,下面写法错误的是( )。
选项:
A:text-decoration:underline;
B:text-decoration:blink;
C:text-decoration:none;
D:text-decoration:45px;
答案: 【text-decoration:45px;

15、单选题:
链接外部CSS文件的正确源码是( )。
选项:
A:< link rel="stylesheet" type="text/css" >
B:< link name="*.css" rel="stylesheet" type="text/css" >
C:<link rel="stylesheet" type="text/css" href="*.css">
D:<link type="text/css" src="*.css">
答案: 【<link rel="stylesheet" type="text/css" href="*.css">

16、单选题:
可定义行内元素为块级元素的正确源码是( )。
选项:
A:display:inherit;
B:display:inline;
C:display:none;
D:display:block;
答案: 【display:block;

17、单选题:
可以设置多行文本域的标签是( )。
选项:
A:<checkbox >
B:<legend>
C:<textarea >
D:<select>
答案: 【<textarea >

18、判断题:
html中©在网页中可以显示&。( )
选项:
A:对
B:错
答案: 【

19、判断题:
META元素可以用来链接外部样式表。( )
选项:
A:对
B:错
答案: 【

20、判断题:
每个HTML的基础结构中应该包含<head>和<body>。( )
选项:
A:错
B:对
答案: 【

21、判断题:
在HTML页面中,alt用来为<img>定义一串预备的可替换的文本。( )
选项:
A:对
B:错
答案: 【

剩余70%内容付费后可查看

发表评论

电子邮件地址不会被公开。 必填项已用*标注