使用CSS更改顶部边框的样式

边框顶部风格的属性更改顶部边框的样式。

示例

您可以尝试运行以下属性来更改顶部边框的样式:

<html>
   <head>
   </head>
   <body>
      <p style = "border-width:2px; border-top-style:solid;">
         Example showing top border
      </p>
   </body>
</html>