
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
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 Width Property in CSS
The border-width property changes the color of the right border.
Example
You can try to run the following code to implement the border-width property:
<html> <head> </head> <body> <p style = "border-width:3px; border-style:solid;"> Example showing border width and style </p> </body> </html>
Advertisements