| 表示しない |
<table border=1 rules="none">
| a | bcdef | gh |
| ijklm | no | pqrst |
|
<table border=1 rules="none" frame="void">
| a | bcdef | gh |
| ijklm | no | pqrst |
|
| 横方向の内枠のみ表示 |
<table border=1 rules="rows">
| a | bcdef | gh |
| ijklm | no | pqrst |
|
<table border=1 rules="rows" frame="void">
| a | bcdef | gh |
| ijklm | no | pqrst |
|
| 縦方向の内枠のみ表示 |
<table border=1 rules="cols">
| a | bcdef | gh |
| ijklm | no | pqrst |
|
<table border=1 rules="cols" frame="void">
| a | bcdef | gh |
| ijklm | no | pqrst |
|
| すべて表示 |
<table border=1 rules="all">
| a | bcdef | gh |
| ijklm | no | pqrst |
|
<table border=1 rules="all" frame="void">
| a | bcdef | gh |
| ijklm | no | pqrst |
|