代码编辑器:
x
1
2
<meta charset="utf-8"><link href="/static/next/css/tryit.css?v=2017082407" rel="stylesheet"/>
3
<style>
4
p.small
5
{
6
line-height: 0.5
7
}
8
p.big
9
{
10
line-height: 2
11
}
12
</style>
13
<p>
14
这是一个标准行高的段落。
15
浏览器的默认行高为“1”。
16
这是一个标准行高的段落。
17
这是一个标准行高的段落。
18
</p>