| BIG | GREEN | FROGS |
| yes | yes | no |
| no | no |
| name | type | required? | default | description |
|---|---|---|---|---|
| delimiter | char | optional | semicolon (;) | delimiter that will be used to separate cells; must be a single character. |
| delim | char | optional | ; | synonym of delimiter |
| caption | string | optional | none | table caption |
| columns | integer | optional | 1 | number of columns the table is to have. |
| cols | integer | optional | 1 | synonym of columns |
| border | integer | optional | 1 | borderwidth of table. |
| cellpadding | integer | optional | 3 | padding within cells in pixels. |
| cellspacing | integer | optional | 1 | space between cells in pixels. |
| style | string | optional | none | in-line style for the table. |
| class | string | optional | none | alternative for style: use the class to style with the stylesheet. |
| summary | string | optional | none | summary of what the table contains. |
| cells | string | required | content of the table with cells separated by the (defined) delimiter. |

| name | type | required? | default | description |
|---|---|---|---|---|
| delimiter | char | optional | semicolon (;) | delimiter that will be used to separate cells; must be a single character. |
| delim | char | optional | ; | synonym of delimiter |
| caption | string | optional | none | table caption |
| columns | integer | optional | 1 | number of columns the table is to have. |
| cols | integer | optional | 1 | synonym of columns |
| border | integer | optional | 1 | borderwidth of table. |
| cellpadding | integer | optional | 3 | padding within cells in pixels. |
| cellspacing | integer | optional | 1 | space between cells in pixels. |
| style | string | optional | none | in-line style for the table. |
| class | string | optional | none | alternative for style: use the class to style with the stylesheet. |
| summary | string | optional | none | summary of what the table contains. |
| cells | string | required | content of the table with cells separated by the (defined) delimiter. |
