-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
296 lines (288 loc) · 7.69 KB
/
index.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
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="css/index.css" >
<title></title>
</head>
<body>
<div id="header" class="section">
<img alt="" class="img-circle" src="img/1.jpg">
<p>RodmaChen</p>
</div>
<div class="nav">
<marquee behavior="scroll" direction="left" width="100%"height="100%">
欢迎访问RodmaChen的作业展示页面!
</marquee>
</div>
<div class="main">
<div class="Html">
<h2>Html阶段练习</h2>
<h4>2020.02.01</h4>
<ul>
<li>
<a href="htmlPage/022701.html">基本标签应用</a>
</li>
</ul>
<h4>2020.03.05</h4>
<ul>
<li>
<a href="htmlPage/030501.html">1808课程表</a>
</li>
</ul>
<h4>2020.03.19</h4>
<ul>
<li>
<a href="htmlPage/031901.html">滚动字幕</a>
</li>
</ul>
<h3>HTML阶段综合作业及综合实验</h3>
<ul>
<li>
<h4>综合作业</h4>
<ul>
<li>
<a href="htmlPage/031905.html">学生基本情况调查表</a>
</li>
</ul>
</li>
<li>
<h4>综合实验</h4>
<ul>
<li>
<a href="htmlPage/031201.html">我的作业展示网站</a>
</li>
</ul>
</li>
</ul>
<h4>百度</h4>
<ul>
<li >
<a href="https://www.baidu.com/" target="_blank">
<img alt="SoloLearn" src="https://www.baidu.com/img/flexible/logo/pc/result.png" />
</a>
</li>
</ul>
</div>
<div class="CSS">
<h2>CSS阶段练习</h2>
<a href="https://blog.csdn.net/weixin_46654114/category_9961655.html" target="_blank">
<h3>这是我写的关于css的博客笔记<h3></a>
<h4>css基本样式 2020.03.26</h4>
<ul>
<li>
<a href="cssPage/032601.html">内联式</a>
</li>
<li>
<a href="cssPage/032602.html">外链式</a>
</li>
<li>
<a href="cssPage/032603.html">嵌入式</a>
</li>
<li>
<a href="cssPage/032604.html">类型选择器</a>
</li>
<li>
<a href="cssPage/032605.html">id和class选择器</a>
</li>
<li>
<a href="cssPage/032606.html">后代选择器</a>
</li>
<li>
<a href="cssPage/032607.html">继承</a>
</li>
</ul>
<h4>盒子,背景 2020.04.02(第六周)</h4>
<ul>
<li>
<a href="cssPage/040201.html">盒子模型</a>
</li>
<li>
<a href="cssPage/040202.html">背景样式</a>
</li>
</ul>
<h4>2020.04.09 文本样式(第七周)</h4>
<ul>
<li>
<a href="cssPage/040901.html">字体大小</a>
</li>
<li>
<a href="cssPage/040902.html">字体样式</a>
</li>
<li>
<a href="cssPage/040903.html">字体粗细</a>
</li>
<li>
<a href="cssPage/040904.html">字体颜色</a>
</li>
<li>
<a href="cssPage/040905.html">水平对齐文字</a>
</li>
<li>
<a href="cssPage/040906.html">垂直对齐文字</a>
</li>
<li>
<a href="cssPage/040907.html">字母间距</a>
</li>
</ul>
<h4>2020.04.16 列表样式与链接样式(第八周)</h4>
<ul>
<li>
<a href="cssPage/041601.html">列表图像和位置</a>
</li>
<li>
<a href="cssPage/041602.html">样式表——Styling the Tables</a>
</li>
<li>
<a href="cssPage/041603.html">标题设置——caption-side</a>
</li>
<li>
<a href="cssPage/041604.html">表格布局——table-layout</a>
</li>
<li>
<a href="cssPage/041605.html">链接样式——Styling the Links</a>
</li>
</ul>
<!-- <h4>2020.04.23</h4>
<ul>
<li>
<a href="cssPage/042301.html">固定定位</a>
</li>
<li>
<a href="cssPage/042302.html">布局一</a>
</li>
<li>
<a href="cssPage/042303.html">布局二</a>
</li>
<li>
<a href="cssPage/042308.html">布局三</a>
</li>
<li>
<a href="cssPage/042304.html">给父元素设置高度</a>
</li>
<li>
<a href="cssPage/042305.html">添加额外元素法</a>
</li>
<li>
<a href="cssPage/042306.html">伪类元素法</a>
</li>
</ul> -->
</div>
<div class="JavaScript">
<h2>JavaScript阶段练习</h2>
<a href="https://www.imooc.com/learn/36" target="_blank">
<h3>学习网站<h3></a>
<h4>2020.04.30</h4>
<ul>
<li>
<a href="jsPadge/043001.html">如何插入JS</a>
</li>
<li>
<a href="jsPadge/043002.html">引用JS外部文件</a>
</li>
<li>
<a href="jsPadge/043003.html">JS在页面中的位置</a>
</li>
<li>
<a href="jsPadge/043004.html">认识语句和符号</a>
</li>
<li>
<a href="jsPadge/043006.html">注释</a>
</li>
</ul>
<h4>2020.05.07</h4>
<ul>
<li>
<a href="jsPadge/043007.html">变量</a>
</li>
<li>
<a href="jsPadge/043008.html">判断语句(if...else)</a>
</li>
<li>
<a href="jsPadge/043009.html">函数</a>
</li>
</ul>
<h4>2020.05.14 常用互动方法</h4>
<ul>
<li>
<a href="jsPadge/050701.html">输出内容(document.write)</a>
</li>
<li>
<a href="jsPadge/050702.html">警告(alert 消息对话框)</a>
</li>
<li>
<a href="jsPadge/050703.html">确认(confirm 消息对话框)</a>
</li>
<li>
<a href="jsPadge/050704.html">提问(prompt 消息对话框)</a>
</li>
<li>
<a href="jsPadge/050705.html">打开新窗口(window.open)</a>
</li>
<li>
<a href="jsPadge/050706.html">关闭窗口(window.close)</a>
</li>
</ul>
<h4>2020.05.20 DOM操作</h4>
<ul>
<li>
<a href="jsPadge/050707.html">通过ID获取元素</a>
</li>
<li>
<a href="jsPadge/050708.html">innerHTML 属性</a>
</li>
<li>
<a href="jsPadge/050709.html">改变 HTML 样式</a>
</li>
<li>
<a href="jsPadge/050710.html">显示和隐藏(display属性)</a>
</li>
<li>
<a href="jsPadge/050711.html">控制类名(className 属性)</a>
</li>
</ul>
<h4><a href="jsPadge/20200610.html">JavaScript练习一</a></h4>
<h4><a href="jsPadge/20200611.html">JavaScript练习二</a></h4>
</div>
<div class="jQuery">
<h2>jQuery阶段练习</h2>
<ul>
<li>
<a href="jQueryPadge/060401.html">原生入口函数</a>
</li>
<li>
<a href="jQueryPadge/060402.html">jquery入口函数</a>
</li>
<li>
<a href="jQueryPadge/060403.html">基础、复合选择器</a>
</li>
<li>
<a href="jQueryPadge/060404.html">层次选择器</a>
</li>
<li>
<a href="jQueryPadge/060405.html">JQuery过滤器(基本过滤器)</a>
</li>
<li>
<a href="jQueryPadge/060406.html">JQuery过滤器</a>
</li>
<li>
<a href="jQueryPadge/060413.html">操作HTML元素</a>
</li>
<li>
<a href="jQueryPadge/060415.html">jQuery简易计算器</a>
</li>
</ul>
</div>
<div class="vue">
<h2>VUE阶段练习</h2>
</div>
<div class="clear"></div>
</div>
<div class="footer">
<a href="htmlPage/20200609.html" target="_blank"><h2>web前端:个人博客网页</h2></a>
</div>
<div class="button">
<a href="#">返回<br>顶部</a>
</div>
</body>
</html>