Use thead, tfoot, and tbody to create a table

Use thead, tfoot, and tbody to create a table
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

Recommend

Implementing simple chat room dialogue based on websocket

This article shares the specific code for impleme...

Analyze the compilation and burning of Linux kernel and device tree

Table of contents 1. Prepare materials 2. Downloa...

Web Design Tutorial (1): Steps and Overall Layout

<br /> Note: All texts, except those indicat...

HTML line spacing setting methods and problems

To set the line spacing of <p></p>, us...

How to limit the input box to only input pure numbers in HTML

Limit input box to only pure numbers 1、onkeyup = ...

Several common CSS layouts (summary)

Summary This article will introduce the following...

Detailed explanation of tcpdump command examples in Linux

Preface To put it simply, tcpdump is a packet ana...

MySQL chooses the right storage engine

When it comes to databases, one of the most frequ...

Detailed explanation of the basic knowledge of front-end componentization

Table of contents Basic concepts of components Th...

A comprehensive analysis of what Nginx can do

Preface This article only focuses on what Nginx c...

How to Install and Configure Postfix Mail Server on CentOS 8

Postfix is ​​a free and open source MTA (Mail Tra...

Two box models in web pages (W3C box model, IE box model)

There are two types of web page box models: 1: Sta...

Learn SQL query execution order from scratch

The SQL query statement execution order is as fol...

Element dynamic routing breadcrumbs implementation example

To master: localStorage, component encapsulation ...

30 free high-quality English ribbon fonts

30 free high-quality English ribbon fonts for down...