The table below is populated from sample data in a CSV file.
First, an OBJECT tag is used to create a Data Source Object (DSO) and load the dataset from a CSV file.
Next, the TABLE element is bound to the data by specifying the DSO ID in a DATASRC attribute.
Finally, content in the cells is bound to fields in the dataset with DATAFLD attributes. Rows inside the TBODY element are repeated for each record in the dataset.
To view the source, right-click anywhere and select "View Source" from the shortcut menu.