HTML Tables
HTML tables are used to organise information into rows and columns.
At Advanced Higher, you need to know the following table elements:
- <table> — creates the table
- <tr> — creates a table row
- <th> — creates a table heading
- <td> — creates a table data cell
Example
HTML tables are used to organise information into rows and columns.
At Advanced Higher, you need to know the following table elements:
- <table> — creates the table
- <tr> — creates a table row
- <th> — creates a table heading
- <td> — creates a table data cell