HTML table formatting/borders1
From Conservapedia
More detail from HTML table formatting.
|style="border-right:1px #AAA solid; border-bottom:1px #AAA solid; border-left:1px #AAA solid"|<table {{{1}}}>
|style="text-align:center; border-bottom:1px #AAA solid;"|
| blue | skies |
| pink | hearts |
| green | clover |
| Various Tables and Borders[1] | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Code | Result | Code | Result | ||||||||||||
<table border='3px'>
|
|
<table frame=box rules=all border=2>
|
| ||||||||||||
<table style="border: 1px solid blue">
|
|
<table style="border-top:1px solid blue; border-bottom: 3px solid maroon; border-right:none; border-left: 1px double black">
|
| ||||||||||||