使用 CSS 更改底部边框宽度
border-bottom-width 更改底部边框宽度。您可以尝试运行以下代码来实现 border-bottom-width 属性
示例
<html> <head> </head> <body> <p style = "border-bottom-width:6px;border-style:solid;"> This is demo content. </p> </body> </html>
广告
border-bottom-width 更改底部边框宽度。您可以尝试运行以下代码来实现 border-bottom-width 属性
<html> <head> </head> <body> <p style = "border-bottom-width:6px;border-style:solid;"> This is demo content. </p> </body> </html>