使用 CSS 在兩行之間設定邊框
使用具有雙值 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