gpt4 book ai didi

html - 选择空间高度 - HTML

转载 作者:太空宇宙 更新时间:2023-11-04 14:53:49 25 4
gpt4 key购买 nike

是否可以调整 <br> 的高度或者使用不同的命令?现在当你使用 <br>就像按一次回车键。

最佳答案

使用 CSS

br {
display: block;
margin: 10px 0;
}

或者
顶部边距:10px;

来自

How to change the height of a <br>?

关于html - 选择空间高度 - HTML,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46197877/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com