
- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Usage of border-style property in CSS
Use the border-style property to set the style of the border:
Example
<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:solid;"> This is a solid border. </body> </html>
- Related Questions & Answers
- Usage of border-bottom-style property in CSS
- Usage of border-top-style property in CSS
- Usage of border-left-style property in CSS
- Usage of border-right-style property in CSS
- Usage of border property with CSS
- Usage of CSS border-collapse property
- Usage of CSS border-spacing property
- Usage of CSS list-style property
- Usage of border-color property in CSS
- Usage of border-width property in CSS
- Usage of font-style property in CSS
- The border-style Property in CSS
- Usage of border-bottom-width property in CSS
- Usage of border-right-width property in CSS
- Usage of border-top-width property in CSS
Advertisements