-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHtmlPage1.html
78 lines (60 loc) · 1.18 KB
/
HtmlPage1.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title></title>
<!--<style type="text/css">
div span{
font-size: 60px;
color: blue;
}
</style>-->
<link href="css/StyleSheet1.css" rel="stylesheet" />
</head>
<body>
<img src="打印机1.jpg" width="500" title="printer" >
<a href="打印机1.jpg" target="_blank">printer</a>
<a href="#">df</a>
<div class="div1">
<p>
<span>
14 session
</span>
</p>
</div>
<table border="1" width="500" height="500">
<thead>
<tr>
<td colspan="2">olive</td>
<!--<td>daisy</td>-->
<td>de</td>
</tr>
</thead>
<tbody>
<tr>
<td>olii</td>
<td>dai</td>
<td>lu</td>
</tr>
</tbody>
<tfoot>
<tr>
<td>ma</td>
<td>tian</td>
<td>shuai</td>
</tr>
</tfoot>
</table>
Province
<select>
<optgroup label="beijing">
<option onselect="">chaoyang</option>
<option>haidian</option>
<option>changping</option>
<option>daxing</option>
</optgroup>
</select>
<input type="submit"/>
<p>></p>
</body>
</html>