-
Notifications
You must be signed in to change notification settings - Fork 0
/
lianxi1.html
187 lines (184 loc) · 7.8 KB
/
lianxi1.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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>lianxi1</title>
</head>
<body>
<header class="top">
<h1>网站一级标题</h1>
<nav>
<ul>
<li><a href="#">导航链接1</a></li>
<li><a href="#">导航链接2</a></li>
<li><a href="#">导航链接3</a></li>
<li><a href="#">导航链接4</a></li>
</ul>
</nav>
</header>
<section id="main">
<article>
<header>
<h2>文章一级标题</h2>
<h2>文章二级标题</h2>
<p>
<span class="zuozhe">文章作者</span>
<time class="fabiaoshijian" datetime="2017-03-04">2017/03/04</time>
</p>
</header>
<div class="wenzhang">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit.
<br> Fuga reiciendis commodi aperiam debitis eos nulla <a href="http://ife.baidu.com">perspiciatis</a> quaerat voluptatibus
<br> nemo cupiditate quis <strong>temporibus</strong>, </p><img src="bag.gif" alt="一袋咖啡">
<p>maxime illum sit porro sunt, voluptate quasi. Necessitatibus?</p>
</div>
</article>
<article>
<header>
<h2>另一篇文章的一级标题</h2>
<h2>文章二级标题</h2>
<p>
<span class="zuozhe">文章作者</span>
<time class="fabiaoshijian" datetime="2017-03-04">2017/03/04</time>
</p>
</header>
<div class="wenzhang">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit.
<br> Itaque nihil amet culpa vel molestias <strong>magnam</strong> deleniti <a href="http://ife.baidu.com">numquam</a> optio, doloribus
<br> excepturi consequuntur totam facilis quos quaerat illum, quo obcaecati delectus earum.</p>
<img src="bag.gif" alt="一袋咖啡">
<ul>
<li>列表项目1</li>
<li>列表项目2</li>
<li>列表项目3</li>
<li>列表项目4</li>
</ul>
<div class="tupianku">
<h2>图片</h2>
<ol style="list-style: none;">
<li>
<firgure>
<figcaption>好看的图片</figcaption>
<img src="bag.gif" alt="好看的图片">
</firgure>
</li>
<li>
<firgure>
<figcaption>好看的图片</figcaption>
<img src="bag.gif" alt="好看的图片">
</firgure>
</li>
<li>
<firgure>
<figcaption>好看的图片</figcaption>
<img src="bag.gif" alt="好看的图片">
</firgure>
</li>
<li>
<firgure>
<figcaption>好看的图片</figcaption>
<img src="bag.gif" alt="好看的图片">
</firgure>
</li>
<li>
<firgure>
<figcaption>好看的图片</figcaption>
<img src="bag.gif" alt="好看的图片">
</firgure>
</li>
</ol>
</div>
</div>
</article>
<article>
<header>
<h2>最后文章标题</h2>
<h2>文章二级标题</h2>
<p>
<span class="zuozhe">文章作者</span>
<time class="fabiaoshijian" datetime="2017-03-04">2017/03/04</time>
</p>
</header>
<div class="wenzhang">
<ol>
<li>排名1</li>
<li>排名2</li>
<li>排名3</li>
</ol>
<table border=1px>
<div>下面是一个表格,给表格加了一个border="1"好让你看出是一个表格</div>
<tr>
<th>表头</th>
<th>表头</th>
<th>表头</th>
</tr>
<tr>
<td>表内容单元格</td>
<td>表内容单元格</td>
<td><a href="#">操作</a></td>
</tr>
<tr>
<td>表内容单元格</td>
<td>表内容单元格</td>
<td><a href="#">操作</a></td>
</tr>
<tr>
<td>表内容单元格</td>
<td>表内容单元格</td>
<td><a href="#">操作</a></td>
</tr>
<tr>
<td>表内容单元格</td>
<td>表内容单元格</td>
<td><a href="#">操作</a></td>
</tr>
<tr>
<td>总计</td>
<td colspan="2">1000</td>
</tr>
</table>
</div>
</article>
</section>
<aside>
<h2>侧栏的标题</h2>
<form action="" method="POST">
<h2>注册窗口标题</h2>
<label for="email">请输入邮箱地址</label>
<input type="email" id=email "" name=email "" placeholder="这是一个文本输入框">
<p>邮箱地址请按要求格式输入</p>
<label for="password">请输入密码</label>
<input type="password" id="password" name="password" placeholder="这是一个文本输入框">
<label for="repassword">请重复输入密码</label>
<input type="password" id="repassword" name="repassword" placeholder="这是一个文本输入框">
<p>密码请为6-16位英文数字</p>
<label for="sex">性别:</label>
<input type="radio" id="man" name="sex" value="man" checked="">
<label for="man">男</label>
<input type="radio" id="woman" name="sex" value="woman">
<label for="woman">女</label>
<label for="city">城市:</label>
<select name="city" id="city">
<option value="1">北京</option>
<option value="2">天津</option>
<option value="3">上海</option>
<option value="4">广州</option>
<option value="5">深圳</option>
</select>
<label for="like">爱好:</label>
<lable for="sport">运动</lable>
<input type="checkbox" name="like[]" id="sport" value="sport">
<label for="art">艺术</label>
<input type="checkbox" id="art" name="art">
<label for="science">科学</label>
<input type="checkbox" id="science" name="science">
<label for="myself">个人描述</label>
<textarea name="myself" id="myself" cols="20" rows="2" placeholder="这是一个多行输入框,输入您的个人描述"></textarea>
<input type="submit" value="确认提交">
</form>
</aside>
<footer>
<p>版权所有©</p>
</footer>
</body>
</html>