使用 CSS 设置嵌入边框


要使用 CSS 设置嵌入边框,请使用值为嵌入的 border-style 属性。

示例

<html>
   <head>
   </head>
   <body>
      <p style = "border-width:4px; border-style:none;">
         This is a border with none width.
      </p>
      <p style = "border-width:4px; border-style:inset;">
         This is inset border.
      </p>
   </body>
</html>

更新时间:2020 年 2 月 3 日

749 次浏览

开启你的 职业生涯

完成课程获取认证

开始学习
广告