两行标签,如何设置上下间距html

两行标签,如何设置上下间距html,第1张

<div style= “line-height:50px”>块元素1</div>

<div style= “line-height:50px”>块元素2</div>

就是在标签上添加line-height属性就可以了。

你指的是两行的文字之间的间距吗?这个很简单,用line-height(行高)

用法如下:

<p style="line-height:24px">12345<br/>67890</p>

纯html 做的话~ 我会想两种方法

第1 是

<table border="5">

第2 是

<table border="0" cellspacing="10">

另一种方法可以用css 搞定~

<style>

tr{margin:10px 0}

</style>


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/6298544.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-03-20
下一篇 2023-03-20

发表评论

登录后才能评论

评论列表(0条)

保存