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 DOM node Element node: Text nod...
1. Download the ElasticSearch 6.4.1 installation ...
A transaction is a logical group of operations. E...
This article shares the specific code of how to d...
Table of contents 1. Log related services 2. Comm...
1. Find mysqldump.exe in the MySQL installation p...
The main symptom of the conflict is that the FLASH...
Recently, when I was working on monitoring equipm...
1. Percentage basis for element width/height/padd...
Preface tcpdump is a well-known command-line pack...
Prepare: Define a teacher table and a student tab...
Application nesting of unordered lists Copy code T...
Forms in HTML can be used to collect various type...
This article mainly introduces the binary type op...
In the process of writing HTML, we often define mu...