Harper College offices and services will be closed on Wednesday, January 7, until 10:15 a.m. for an all-campus meeting. Offices will reopen shortly after 10:15 a.m. to serve students.
Table snippets allows you to easily create a table with a blue header row followed by rows alternating backgrounds for better readability. Columns and rows can be added or removed as needed.
Note: Tables can be a somewhat challenging with regards to accessibility. To make a table accessible requires editing HTML, even if you are using the snippet. Please submit a web request and ask the Harper Web Team to create your table.
The default table has a blue heading with rows that alternate in color. The heading should be outside of the table. Do not use the first row of the table as a heading.
|
Column 1 Heading |
Column 2 Heading |
Column 3 Heading |
|---|---|---|
|
Column 1 |
Column 2 |
Column 3 |
|
Column 1 |
Column 2 |
Column 3 |
|
Column 1 |
Column 2 |
Column 3 |
This table has a blue heading with borders around the cells and no background colors. The table heading should be outside of the table. Do not use the first row of the table as a heading. To create a Table - Standard, go into the HTML and change the table class to "table-standard".
|
Column 1 Heading |
Column 2 Heading |
Column 3 Heading |
|---|---|---|
|
Column 1 |
Column 2 |
Column 3 |
|
Column 1 |
Column 2 |
Column 3 |
|
Column 1 |
Column 2 |
Column 3 |