Table once occupied a light position in web development - layout, and even when it comes to Web 2.0, we can still see its layout. However, the Div+Css combination method, which is constantly improving, finally knocked on the door to old-fashioned layout and started a new wave of layout. What comes afterwards are new and old hatreds. Many people who have or have no opinions on the table have also begun to criticize the table - bloated code, semantic labels, complicated writing methods, etc. Remember, tables were created not for layout, but for displaying data. Abandoning the table layout is not abandoning the table itself. What to save you, my table.
What is a table:
table is the Html table, the carrier of data.
Here is a relatively standard table code writing method:
Copy the code