Creating Border for text with CSS
|
|
|
Question / Problem
|
How to create a border in CSS?
|
Solution
|
solution:
Codings:-
<html> <title> Example CSS border </title> <body> <p style="border-width:1px;border-style:solid;border-color:blue;">EXample CSS border for you</p> </body> </html>
Run the codings on your internet Explorer
|
Applies to |
|
CSS
|
Rank It |
|