Horje
border for text in html Code Example
how to add a border around text in html
<p style="border:3px; border-style:solid; border-color:#FF0000; padding: 1em;">
  First example with text surrounded by a red border.<br>This example also has multiple lines.
</p>
border for text in html
/*All types of border*/
p.dotted {border-style: dotted;}
p.dashed {border-style: dashed;}
p.solid {border-style: solid;}
p.double {border-style: double;}
p.groove {border-style: groove;}
p.ridge {border-style: ridge;}
p.inset {border-style: inset;}
p.outset {border-style: outset;}
p.none {border-style: none;}
p.hidden {border-style: hidden;}
p.mix {border-style: dotted dashed solid double;}




Css

Related
text shadow css Code Example text shadow css Code Example
wave css Code Example wave css Code Example
border radius css Code Example border radius css Code Example
css background image not working Code Example css background image not working Code Example
how to insert gradient in css Code Example how to insert gradient in css Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9