Structured Table (IExplore Only) 1) Group by rows <thead> ... </thead> - Table header (Header) <tbody> ... </tbody> - Table body (Body) <tfoot> ... </tfoot> - Table footer (Footer) Example: <table border> <thead> <tr><th>Food</th><th>Drink</th><th>Sweet</th> </thead> <tbody> <tr><td>A</td><td>B</td><td>C</td> <tr><td>D</td><td>E</td><td>F</td> </tbody> </table> 2) Group by columns <colgroup align=#> #=left, right, center Example: <table border width=160> <colgroup align=left> <colgroup align=center> <colgroup align=right> <thead> <tr><th>Food</th><th>Drink</th><th>Sweet</th> </thead> <tbody> <tr><td>A</td><td>B</td><td>C</td> <tr><td>D</td><td>E</td><td>F</td> </tbody> </table> 3) Column attribute control <col span=#> #=Number of columns with the specified attributes, starting from the left<col align=#> #=left, right, center Example: <table border width=160> <colgroup> <col align=center span=2> <colgroup align=right> <thead> <tr><th>Food</th><th>Drink</th><th>Sweet</th> </thead> <tbody> <tr><td>A</td><td>B</td><td>C</td> <tr><td>D</td><td>E</td><td>F</td> </tbody> </table> |
<<: CSS3 creates web animation to achieve bouncing ball effect
>>: Detailed explanation of querying JSON format fields in MySQL
This article example shares with you the specific...
The following graph shows how time-consuming it is...
Table of contents As a global variable Variable H...
Table of contents 1. Slow query configuration 1-1...
Table of contents 1. Introduction 2. On-demand at...
I designed and customized a navigation bar with a...
1. Query process show processlist 2. Query the co...
Need to export the fields and properties of the t...
environment Hostname IP address Serve Prometheus ...
Promise is a new solution for asynchronous progra...
When OP opens a web page with the current firmwar...
1. Modify the firewall configuration file # vi /e...
1. Command Introduction The gzip (GNU zip) comman...
Table of contents Methods that do not change the ...
Make an animation of the eight planets in the sol...