The <tbody> tag is used to define the style of the table body.
Align stands for horizontal alignment, where Left means left, Center means center, and Right means right. vlign stands for vertical alignment, Top means top, Middle means center, and Bottom means bottom. File example: 10-45.htm The <tbody> tag sets the table body style. 01 <!-- ------------------------------ --> 02 <!-- File example: 10-45.htm --> 03 <!-- File Description: Set the table body style--> 04 <!-- ------------------------------ --> 05 <html> 06 <head> 07 <title>Set the table body style</title> 08 </head> 09 <body> 10 <table border=3 width=400 height=100 bordercolor=#336699 align="Center"> 11 <thead align=center bgcolor=#00ccff> 12 <tr> 13 <td colspan=2>Web page creation software</td> 14 </tr> 15 </thead> 16 <tbody align=Left bgcolor=#00cccc> 17 <tr> 18 <td>Web Graphics Software</td><td>Fireworks</td> 19 </tr> 20 <tr> 21 <td>Web page creation software</td><td>Dreamweaver</td> 22 </tr> 23 <tr> 24 <td>Web animation software</td><td>Flash</td> 25 </tr> 26 </tbody> 27 </table> 28 </body> 29 </html> The file shows that line 16 sets the style of the table body, and line 26 sets the end of the table body. |
<<: JS implements circular progress bar drag and slide
>>: Briefly talk about mysql left join inner join
It's embarrassing to say that I had to search ...
Table of contents Preface 1. Optimistic Locking A...
What is bond NIC bond is a technology that is com...
Vulnerability Description Apache Flink is an open...
Table of contents background What are the methods...
Today, I encountered a small problem that after s...
Table of contents Overview Four examples Example ...
Principle: First hide the input element, then use...
Preface We all know that the import and export of...
Table of contents 1. Demand 1. Demand 2. SDK para...
First, you can open Moments and observe several l...
Source code (some classes deleted): Copy code The ...
Win2008 R2 zip format mysql installation and conf...
This article introduces the CSS Sticky Footer imp...
This article shares the specific code of Vue2.0 t...