Main paragraph
Examples of HTML tables as data structures
an empty array
an array with 3 elements
| 1 | true | three |
nested arrays
|
|
an object with an array
| animals | ||||
|---|---|---|---|---|
|
a single object with 2 properties
| width | height |
|---|---|
| 1920 | 1080 |
multiple objects with 2 properties each
| width | height |
|---|---|
| 1920 | 1080 |
| 720 | 680 |
| 3840 | 2160 |
nested objects
| portfolio-date | portfolio-contents | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| 2020-08-17 |
|
|||||||||
| 2020-10-11 |
|