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


border-bottom-style 属性更改底部边框样式。你可以尝试运行以下代码来实现 border-bottom-style 属性

示例

<html>
   <head>
   </head>
   <body>
      <p style = "border-width:4px;border-bottom-style:dashed;">
         This is demo content
      </p>
   </body>
</html>

更新日期: 2020-02-03

126 次查看

开启你的 职业生涯

通过完整课程获得证书

开始学习
广告