| 表示しない |
<table border=1 frame="void">
| a | bcdef | gh |
| ijklm | no | pqrst |
|
<table border=1 frame="void"rules="none">
| a | bcdef | gh |
| ijklm | no | pqrst |
|
| 上枠を表示 |
<table border=1 frame="above">
| a | bcdef | gh |
| ijklm | no | pqrst |
|
<table border=1 frame="above"rules="none">
| a | bcdef | gh |
| ijklm | no | pqrst |
|
| 下枠を表示 |
<table border=1 frame="below">
| a | bcdef | gh |
| ijklm | no | pqrst |
|
<table border=1 frame="below"rules="none">
| a | bcdef | gh |
| ijklm | no | pqrst |
|
| 上下の外枠を表示 |
<table border=1 frame="hsides">
| a | bcdef | gh |
| ijklm | no | pqrst |
|
<table border=1 frame="hsides"rules="none">
| a | bcdef | gh |
| ijklm | no | pqrst |
|
| 左右を表示 |
<table border=1 frame="vsides">
| a | bcdef | gh |
| ijklm | no | pqrst |
|
<table border=1 frame="vsides"rules="none">
| a | bcdef | gh |
| ijklm | no | pqrst |
|
| 左側の外枠のみ表示 |
<table border=1 frame="lhs">
| a | bcdef | gh |
| ijklm | no | pqrst |
|
<table border=1 frame="lhs"rules="none">
| a | bcdef | gh |
| ijklm | no | pqrst |
|
| 右側の外枠のみ表示 |
<table border=1 frame="rhs">
| a | bcdef | gh |
| ijklm | no | pqrst |
|
<table border=1 frame="rhs"rules="none">
| a | bcdef | gh |
| ijklm | no | pqrst |
|
| 上下左右の外枠を表示 |
<table border=1 frame="box">
| a | bcdef | gh |
| ijklm | no | pqrst |
|
<table border=1 frame="box"rules="none">
| a | bcdef | gh |
| ijklm | no | pqrst |
|