似乎雕刻在頁面上的固定邊框
使用帶有 groove 值的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:groove;"> This is a border carved into the page. </p> </body> </html>
廣告
資料結構
網路
RDBMS
作業系統
Java
iOS
HTML
CSS
Android
Python
C 程式設計
C++
C#
MongoDB
MySQL
Javascript
PHP