In the vertical direction, you can set the cell alignment, which can be top, center, or bottom. Basic syntax <TD VLIGN="TOP"> <TD VLIGN="MIDDLE"> <TD VLIGN="MOTTOM"> Syntax TOP means on the top, MIDDLE means in the middle, and MOTTOM means at the bottom. File example: 10-31.htm Sets the vertical alignment of the cell. 01 <!-- ------------------------------ --> 02 <!-- File example: 10-31.htm --> 03 <!-- File description: Set the vertical alignment of the cell --> 04 <!-- ------------------------------ --> 05 <HTML> 06 <HEAD> 07 <TITLE>Setting cell vertical alignment</TITLE> 08 </HEAD> 09 <BODY> 10 <H1>Mainstream web design software</H1> 11 <TABLE BORDER=3 WIDTH=400 HEIGHT=200 Bordercolor=#336699 Background=10-8.jpg> 12 <TR> 13 <TD VALIGN="Top">Web Graphics Software</TD><TD>Fireworks</TD> 14 </TR> 15 <TR> 16 <TD>Web page creation software</TD><TD>Dreamweaver</TD> 17 </TR> 18 <TR> 19 <TD>Web animation software</TD><TD>Flash</TD> 20 </TR> 21 </TABLE> 22 </BODY> 23 </HTML> File Description <br />Line 13 defines the vertical alignment of the cell as top. |
<<: Some questions about hyperlinks
>>: Vue implements a simple shopping cart example
After MySQL was upgraded to version 5.7, its secu...
Preface This article mainly introduces the releva...
Ubuntu's own source is from China, so the dow...
Table of contents 1 Create mount directories and ...
1. The ul tag has a padding value by default in Mo...
Table of contents 1.Nuxt server-side rendering ap...
When we need to change the table name or modify t...
Source: http://www.ruoyi.vip/ import Vue from ...
As the Internet era becomes more mature, the deve...
Some people say that doing advertising is like bei...
#include <asm/io.h> #define ioremap(cookie,...
Table of contents 1 Create configuration and data...
Table of contents Common array methods concat() M...
The functions of the three attributes flex-grow, ...
The core is mysqldump and Runtime The operation i...