-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
26 changed files
with
107 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,107 @@ | ||
### 第1章 | ||
|
||
一、D D D A | ||
|
||
二、 | ||
|
||
1. 客户端;服务器;浏览器;服务器 | ||
2. html;浏览器 | ||
3. .asp;.jsp;.php;html;.htm;.html;.shtml | ||
4. 展示信息内容;进行业务逻辑的处理和与数据库的交互等 | ||
5. 动态和个性化的交流与互动 | ||
|
||
### 第2章 | ||
|
||
一、B C A B C ;B A B D C | ||
|
||
二、 | ||
|
||
1. submit | ||
|
||
2. \<form\> | ||
|
||
3. \<input type="submit" value="submit"\> | ||
|
||
4. \<br\>;\<p\>;\<title\>;\<center\> | ||
|
||
5. font-size: 16px | ||
|
||
6. ```tex | ||
黄鹤楼送孟浩然之广陵 | ||
故人西辞黄鹤楼,烟花三月下扬州。 | ||
孤帆远影碧空尽,唯见长江天际流 | ||
``` | ||
|
||
7. width="300px" height="200px" | ||
|
||
8. ```css | ||
<style> | ||
a{ | ||
color:red; | ||
font-size:15px; | ||
font-family:"宋体"; | ||
} | ||
</style> | ||
``` | ||
|
||
|
||
|
||
9. ```html | ||
<a href="www.baidu.com">百度</a> | ||
``` | ||
|
||
10. ```html | ||
<table width="318px" height="167px" border="1" align="center"> | ||
<caption>学生考试成绩单</caption> | ||
<tr> | ||
<td>姓名</td> | ||
<td>语文</td> | ||
<td>数学</td> | ||
<td>英语</td> | ||
</tr> | ||
<tr> | ||
<td>张三</td> | ||
<td>89</td> | ||
<td>92</td> | ||
<td>87</td> | ||
</tr> | ||
</table> | ||
``` | ||
|
||
### 第4章 | ||
|
||
一、C C A C A;A D A C D; | ||
|
||
二、 | ||
|
||
1. 声明文件编码 | ||
|
||
2. 3种 | ||
|
||
3. include | ||
|
||
4. | ||
|
||
5. <%= %> | ||
|
||
6. response | ||
|
||
7. application | ||
|
||
8. servlet | ||
|
||
9. ```tex | ||
id参数的值为:001 | ||
name参数的值为:null | ||
``` | ||
|
||
10. ```tex | ||
1 2 | ||
3 4 | ||
5 6 | ||
7 8 | ||
9 10 | ||
``` | ||
|
||
|
||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.