p border « Tags « HTML / CSS
Home
HTML / CSS
1.
CSS
2.
CSS Controls
3.
Form
4.
IE Firefox
5.
Layout
6.
Marquee Attributes
7.
Meta Tags
8.
Microsoft Attributes
9.
Object
10.
Reference
11.
Style Basics
12.
Tags
13.
Templates
14.
XML
HTML / CSS
»
Tags
»
p border
1.
This is a paragraph with an inset border
2.
This is a paragraph with a solid border
3.
This is a paragraph with a dotted border
4.
This is a paragraph with a dashed border
5.
This is a paragraph with a double border
6.
This is a paragraph with a groove border
7.
This is a paragraph with a ridge border
8.
p border: 1px solid steelblue;
9.
p border:solid black 1px;
10.
p border: 1px solid rgb(200, 200, 200);
11.
p border: 1px solid rgb(29, 179, 82);
12.
p border: none;
13.
p border: 1px solid lightblue;
14.
p border-top: solid;
15.
p {border-style:solid; border-color:#000000; border-width:2px; padding:5px; width:200px; background-color:#FFFFFF;}
16.
Paragraph with various border styles
17.
Use border the wrap around a paragraph
18.
paragraph with various border style
19.
p border: 1px solid black;
java2s.com
|
Contact Us
|
Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.