Tabular
When referring to data or how something is outputted on the computer tabular output refers to any data that's displayed in a table format like what is shown in the below HTML table example.
| Data1 | Data2 | Data3 |
| Example1 | Example2 | Example3 |
| Example1 | Example2 | Example3 |
Also see: Cell, Nontabular, Row, Column, Table
