CSS 中 border-bottom-style 屬性的使用
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>
廣告
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>