| |
Description
| |
The rules tag affects internal table borders and will only be effective after the border, <thead>, <tbody>, and <tfoot> sections have been set.
It can accept the following values:
- none - Removes all internal rules
- basic - Displays horizontal borders between the <thead>, <tfoot>, and <tbody>
- rows - Displays horizontal borders between all rows
- columns - Displays horizontal borders between all columns
- all - Displays all internal rules
(See table border, <tfoot>, <thead>, and <tbody>.)
|
Code
| |
<table rules="2"></table>
|
|