我想问问每段与每段之间自动空一行这个功能是怎么实现的,我在代码中没找出来
假设段落是<p>标签的话,通过设置 margin-top 或 margin-bottom 来解决。
例如:
p {
margin-top: 1em;
}