Sử dụng kiểu đường viền thuộc tính có giá trị rãnh để đặt đường viền như được khắc vào trang. Bạn có thể thử chạy mã sau để triển khai border-style tài sản:
Ví dụ
<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>