窄线休息

Ale*_*x S 0 html css

有没有比这更有效的方式

<div style="height: 6px;"></div>
Run Code Online (Sandbox Code Playgroud)

做一个"狭窄"的换行?即比...更窄

text text text<br/><br/>
Run Code Online (Sandbox Code Playgroud)

??

har*_*rpo 7

使用

margin-bottom : 6px;
Run Code Online (Sandbox Code Playgroud)

在期望的休息之上的元素上.所以,就像

<p style="margin-bottom : 6px;">
    text text text
</p>
Run Code Online (Sandbox Code Playgroud)