CSS 中 border-top-style 属性的使用
border-top-style 属性更改顶部边框的样式。你可以尝试运行以下代码来实现 border-top-style 属性
示例
<html> <head> </head> <body> <p style = "border-width:4px;border-top-style:dashed;"> This is demo content </p> </body> </html>
广告
border-top-style 属性更改顶部边框的样式。你可以尝试运行以下代码来实现 border-top-style 属性
<html> <head> </head> <body> <p style = "border-width:4px;border-top-style:dashed;"> This is demo content </p> </body> </html>