使用 CSS 更改底部邊框寬度
border-bottom-width 更改底部邊框寬度。您可以嘗試執行以下程式碼來實現 border-bottom-width 屬性
示例
<html> <head> </head> <body> <p style = "border-bottom-width:6px;border-style:solid;"> This is demo content. </p> </body> </html>
廣告
border-bottom-width 更改底部邊框寬度。您可以嘗試執行以下程式碼來實現 border-bottom-width 屬性
<html> <head> </head> <body> <p style = "border-bottom-width:6px;border-style:solid;"> This is demo content. </p> </body> </html>