1. Suggestions before simulation:
DIV is just DIV, not a table. I strongly oppose simulating tables with DIVs like the structure below. Occasionally, you should also consider user-friendliness.
```html
...
```
2. Display of two-column multi-row data:
The most common use case for displaying two-column multi-row data is article lists, which are generally composed of titles and times.
I chose to use `` for this purpose. The example below demonstrates an ordered list. You might ask me why...