使用 CSS 更改左邊的邊框樣式
border-left-style 屬性更改左邊的邊框樣式。你可以嘗試執行以下程式碼來實現 border-left-style 屬性
示例
<html> <head> </head> <body> <p style = "border-width:3px; border-left-style:solid;"> Example showing left border </p> </body> </html>
廣告
border-left-style 屬性更改左邊的邊框樣式。你可以嘗試執行以下程式碼來實現 border-left-style 屬性
<html> <head> </head> <body> <p style = "border-width:3px; border-left-style:solid;"> Example showing left border </p> </body> </html>