forked from Shuo-Qi/Shuo-Qi.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (43 loc) · 1.01 KB
/
index.html
File metadata and controls
44 lines (43 loc) · 1.01 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>XML XQZ小组</title>
</head>
<body>
<h1>小组成员名片</h1>
<hr />
<p>齐硕</p>
<p>
<pre>
<?xml version = "1.0" encoding = "UTF-8"?>
<!--个人名片-->
<card>
<齐硕 身份 = "学生" 学号 = "71116211">
<!--联系方式-->
<联系方式>
<QQ>2691171990</QQ>
<电话>15695217779</电话>
<邮箱>[email protected]</邮箱>
<邮政编码>211189</邮政编码>
</联系方式>
<!--工作单位-->
<工作单位>东南大学软件学院</工作单位>
<!--地址-->
<地址>南京市江宁区秣周东路</地址>
</齐硕>
</card>
</pre>
</p>
<p>徐恩昊</p>
<p>张慧佳</p>
<hr />
<!--这是一条水平线-->
<b>
<font size = "3">附:<br>
1.本小组使用xmlspy2016作为XML学习工具;<br>
2.本小组选择图片作为小组主题。
</font>
</b>
</body>
</html>