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
1. Function Mainly used to preserve component sta...
1. Introduction A few days ago, I encountered a p...
This article will introduce some commonly used ar...
1. Documentation Rules 1. Case sensitive. 2. The a...
This article example shares the specific implemen...
Start cleaning carefully! List unused volumes doc...
I think editors are divided into two categories, ...
Preface I recently learned Linux, and then change...
Introduction to structure and performance HTML st...
1. First prepare the MySQL and Eclipse environmen...
Following are the quick commands to clear disk sp...
Background: Linux server file upload and download...
I joined a new company these two days. The compan...
The effect to be achieved In many cases, we will ...
Ubuntu install jdk: [link] Install Eclipse on Ubu...