| DATAPAGESIZE |
| This attribute is used to specify to the browser how many rows must be rendered to accomodate the amount or formatting of the data which it will contain. The HTML code will show only one row, but the DATAPAGESIZE attribute will tell the browser to render more rows. |
| syntax: |
| DATAPAGESIZE="number" |
| The HTML element(s) this attribute is used with are: |
TABLE |