Use these snippets to insert the base code for a table that includes the correct code for accessible table headers and the heading row styling. Different options for the headings are available based on the layout you need. The table title can be turned off, the auto striped styling can be changed, rows and columns can be added, and a footer can be added.
Data tables present tabular information in a grid. They are made up of columns and rows that communicate the meaning of the information and relationships between data. There are several options for styling your data in tables to allow for a clean, visually appealing look.
The use of HTML tables is reserved for displaying data in an organized manner. It is not proper to use table code to control webpage layout or design. To display content on your webpage in multiple columns, please refer to the Boxed Sections Snippets or the Buttons in a Row Snippet.