Some people use these three tags in a perverted way to make the title follow the table, or make the tbody have a fixed height and automatically have a scroll bar appear when it walks out. Copy code The code is as follows:<title>thead, tfoot and tbody tags</title> <table border="1"> <thead> <tr> <th>Subject</th> <th>score</th> </tr> </thead> <tbody> <tr> <td>Language</td> <td>99</td> </tr> <tr> <td>Mathematics</td> <td>60</td> </tr> </tbody> <tfoot> <tr> <td>Total score</td> <td>159</td> </tr> </tfoot> </table> |
<<: Example code for evenly distributing elements using css3 flex layout
>>: Introduction to new ECMAscript object features
Table of contents Preface Problem: Large file cop...
1. Shut down the mysql service # service mysqld s...
View the IP address of the Container docker inspe...
Table of contents 1. Trigger Solution 2. Partitio...
The solution to the problem that the PHP7.3 versi...
Table of contents Preface Rendering Example Code ...
Problem phenomenon I recently used sysbench to te...
Today I saw a blog post about input events, and o...
HTML style tag style tag - Use this tag when decl...
First, let me introduce the meaning of some field...
When we display long text, we often need to interc...
This article uses an example to describe how to c...
In a complex table structure, some cells span mul...
The css technique for changing the color of an im...
One day, the leader put forward a requirement to ...