Create your website with HTML and CSS
Difficulty: Beginner ● Progress: 0 / 0 modules completed
Arrays
If you need to display a lot of information that is related (often numerical values), then the solution will surely take the form of a table.
A table is created using the <table> tag, inside which rows are defined using the <tr> tag, and then a cell is created within each row using the <th> tag (for the header) or <td> tag (for regular cells):
You need a free account to read this module