Computer >> Máy Tính >  >> Lập trình >> Javascript

Cách sử dụng thuộc tính border-top-style trong CSS

Border-top-style thuộc tính thay đổi kiểu của đường viền trên cùng. Bạn có thể thử chạy mã sau để triển khai border-top-style tài sản:

Ví dụ

<html>
   <head>
   </head>
   <body>
      <p style = "border-width:4px;border-top-style:dashed;">
         This is demo content
      </p>
   </body>
</html>