With css div, please tell me when do I need to use table?
All I can think of is to list thousands of rows of student transcripts on a web page. Is this necessary to use table? Is it inconvenient to use div css?
Friends, please tell me if there are any other situations where it is better to use table?
You can use it when you want. .
Naturally, this is when tabular data needs to be output.
Use elements based on their meaning, not how they look