- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- 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-top-width property in CSS
The border-top-width property changes the width of top border. You can try to run the following code to implement border-top-width property:
Example
<html> <head> </head> <body> <p style = "border-top-width:6px;border-style:solid;"> This is demo content. </p> </body> </html>
- Related Articles
- Usage of border-width property in CSS
- Usage of border-bottom-width property in CSS
- Usage of border-right-width property in CSS
- Usage of border-left-width property in CSS
- Animate border-top-width CSS property
- Usage of border-top-color property in CSS
- Usage of border-top-style property in CSS
- Usage of border property with CSS
- Usage of CSS border-collapse property
- Usage of CSS border-spacing property
- Usage of width property with CSS
- Usage of border-color property in CSS
- Usage of border-style property in CSS
- The border-width Property in CSS
- Usage of border-right-color property in CSS

Advertisements