-
Notifications
You must be signed in to change notification settings - Fork 0
/
HTML_01.html
46 lines (41 loc) · 968 Bytes
/
HTML_01.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
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title>lixiang</title>
<style type="text/css"></style>
<link rel="stylesheet" type="text/css" href="mystyle.css">
<style type="text/css">
p{
color: #ff1013;
}
</style>
</head>
<body bgcolor="#deb887" background="新建文本文档.txt">
<p>欢迎来到我家:嘎嘎</p>
<a style="color: cadetblue" href="#">请点击我</a>
<p id="p2ID"><a href="https://www.baidu.com">This is my web</a></p>
<a href="新建文本文档.txt" target="_blank">打开本地</a>
<h1 align="top" class="h1ID">标题1</h1>
<b>This is b target </b>
<br/>
<big>lixiang</big>
<em>qqqqqqqqq</em>
<br/>
<i>wwwwwwwwwwww</i>
<br/>
<small>eeeeeeeee</small>
<br/>
<strong>fffffff</strong>
<br/>
www<sub>qqqqq</sub>www
<br/>
wwwww<sup>eeee</sup>www
<br/>
<ins>欢迎</ins>
<br/>
<del>欢迎!!!</del>
<br/>
.
</body>
</html>