CSS 中 border-top-width 属性的用法
javascriptweb developmentfront end scripts
border-top-width 属性可更改顶部边框的宽度。您可以尝试运行以下代码来实现第 border-top-wid 个属性:
示例
<html> <head> </head> <body> <p style = "border-top-width:6px;border-style:solid;"> 这是演示内容。 </p> </body> </html>