Skip to content

Commit 336267f

Browse files
committedMay 6, 2016
task5
1 parent 6f7b819 commit 336267f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
 

‎member/吴秀芳/task4.html

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>Document</title>
6+
<style>
7+
body{font-family: "微软雅黑";font-size: 16px;line-height:1.5em;color:#333;}
8+
p{color:#000;text-indent:2em;line-height: 1.5em}
9+
</style>
10+
</head>
11+
<body>
12+
<!-- 设置body的字体为微软雅黑,字号16px, 行高1.5倍,字体颜色 #333,
13+
设置段落颜色#000, 首行缩进两个字体宽度,1.5倍行高 -->
14+
hahahhahahhwa月牙弯弯
15+
<p>hahahaha</p>
16+
17+
</body>
18+
</html>

0 commit comments

Comments
 (0)
Please sign in to comment.