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>

更新于: 2020-01-31

94 次浏览

启动你的 职业生涯

完成课程获得认证

立即开始
广告