http://en.wikipedia.org/wiki/Help:Table
small
|
big
|
small
|
big
|
small
|
big
|
small
|
big
|
Frames
This example demonstrates how to use the "frame" attribute to control the borders around a table. The thickness of the lines can be specified using "border" and the width in pixels. The frame feature is only supported in modern browsers. The first nine examples change only the frame parameter, the last three also change the border:
{|frame="??"
!A
!B
|-
|100
|200
|}
frame="border"
|
frame="above"
|
frame="below"
|
frame="hsides"
|
frame="vsides"
|
frame="lhs"
|
frame="rhs"
|
frame="box"
|
frame="void"
|
frame="border" border="3"
|
frame="hsides" border="2"
|
frame="vsides" border="3"
|