使用 CSS 在兩條線之間設定邊框
使用 double 值的 border-style 屬性設定包含兩條線的邊框。您可以嘗試執行以下程式碼以實現 border-style 屬性
示例
<html> <head> </head> <body> <p style = "border-width:4px; border-style:none;"> This is a border with none width. </p> <p style = "border-width:4px; border-style:double;"> This is a border with two solid lines. </p> </body> </html>
廣告
資料結構
網路連線
關係型資料庫管理系統
作業系統
Java
iOS
HTML
CSS
Android
Python
C 語言程式設計
C++
C#
MongoDB
MySQL
Javascript
PHP