Computer >> คอมพิวเตอร์ >  >> การเขียนโปรแกรม >> Javascript

การใช้คุณสมบัติ border-top-width ใน CSS


border-top-width คุณสมบัติเปลี่ยนความกว้างของเส้นขอบด้านบน คุณสามารถลองเรียกใช้โค้ดต่อไปนี้เพื่อใช้งาน border-top-wid th คุณสมบัติ:

ตัวอย่าง

<html>
   <head>
   </head>
   <body>
      <p style = "border-top-width:6px;border-style:solid;">
         This is demo content.
      </p>
   </body>
</html>