-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfrontHtml.html
More file actions
executable file
·30 lines (30 loc) · 1.42 KB
/
frontHtml.html
File metadata and controls
executable file
·30 lines (30 loc) · 1.42 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>前端的入门</title>
<link rel="stylesheet" href="layout.css" type="text/css" media="all" />
</head>
<body>
<div class = "wrap">
<div id="header">
</div>
<div id="introduction">
<h2>前端的入门</h2>
<p>使用html标签写一篇文档,要求包含Introduction页面内所有的内容,注意使用恰当的标签</p>
<p style="text-align:center">-----------------------------------------------------------------------------------------------------</p>
<div class = "atten">
<p>欢迎在QQ交流群<em>228958776</em>积极提问,我们将尽可能热情快速的回复,也可以把问题单独单独发邮件到 <em><a href="mailto:[email protected]">[email protected] </a></em>咨询</p>
<p>关于提交,请打包发送到
<em><a href="mailto:[email protected]">[email protected] </a></em>,请务必包含ReadMe.txt文件,里面包含你的姓名,学号和联系方式。
</p>
<p>
祝大家刷版愉快
</p>
</div>
</div>
</div>
</body>
<script type="text/javascript" charset="utf-8" src = "jquery.min.js"></script>
<script type="text/javascript" charset="utf-8" src = "head.js"></script>
</html>