,
Share with your friends 

Creating Border for text with CSS

7 ratings Views 193 
Author: Anto (Anto Y)  View Profile |  View other solutions by this author

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

Login to rank it

Report


Advertisement