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

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


border-left-style คุณสมบัติเปลี่ยนรูปแบบของเส้นขอบด้านซ้าย คุณสามารถลองเรียกใช้โค้ดต่อไปนี้เพื่อใช้งาน border-left-style ทรัพย์สิน

ตัวอย่าง

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