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>