-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsecond-website.html
More file actions
56 lines (56 loc) · 2 KB
/
second-website.html
File metadata and controls
56 lines (56 loc) · 2 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
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>profile</title>
<link rel="stylesheet" href="css/website.css">
</head>
<body class="sp_body" style="background-color: #ccc;">
<div class="sp_position">
<div class="sp_left">
<div class="sp_bgo">
<h3>Interesting's Blog</h3>
<p>好奇心害死猫</p>
</div>
<ul class="sp_ul">
<li >
首页
</li>
<li>
关于
</li>
<li>
归档
</li>
<li>
标签
</li>
<li>
友链
</li>
<li>
搜索
</li>
</ul>
<div class="sp_prof">
<div class="sp_img">
<img src="images/Screenshot%202021-11-13%20153012.png" alt="img">
</div>
<h4>Interesting</h4>
<span>
<a href="https://www.youtube.com">占位符</a>
<a href="https://www.youtube.com">占位符</a>
</span>
<span>
<a href="https://www.youtube.com">占位符</a>
<a href="https://www.youtube.com">占位符</a>
</span>
</div>
</div>
<div class="sp_right">
<h1 class="sp_nomargin">攻略</h1>
<p>层叠样式表(英语:Cascading Style Sheets,缩写:CSS;又称串样式列表、级联样式表、串接样式表、阶层式样式表)是一种用来为结构化文档(如HTML文档或XML应用)添加样式(字体、间距和颜色等)的计算机语言,由W3C定义和维护。CSS 被分为不同等级:CSS1 现已废弃, CSS2.1 是推荐标准, CSS3 分成多个小模块且正在标准化中。[来源请求]CSS3现在已被大部分现代浏览器支持,而下一版的CSS4仍在开发中。</p>
</div>
</div>
</body>
</html>