Web Developer's Virtual Library: Encyclopedia of Web Design Tutorials, Articles and Discussions


WDVL Newsletter

Active Server Pages
JSP/Java Servlets
Microsoft SQL Server
Daily Backup
Dedicated Servers
Streaming Audio/Video
24-hour Support    

jobs.webdeveloper.com

Hiermenus


e-commerce
Partner With Us















Developer Channel
FlashKit.com
JavaScript.com
JavaScriptSource
Developer Jobs
ScriptSearch
StreamingMediaWorld
Web Developer's Journal
Web Developer's Virtual Library
WebDeveloper.com
Webreference
Web Hosts
XMLfiles.com

internet.com
IT
Developer
Internet News
Small Business
Personal Technology

Search internet.com
Advertise
Corporate Info
Newsletters
Tech Jobs
E-mail Offers


<TR> Table Row Elements

The commands that can go inside <TR> are:

ALIGN - Controls whether the data inside a row is aligned on the LEFT, RIGHT, or CENTER. Default is LEFT.

Table Row Table Row
Table Row Table Row

tablecode.gif (633 bytes)

		
<table border="1" width="50%">
<tr>
<td>Table Row</td>
<td>Table Row</td>
</tr>
<tr align="right">
<td>Table Row</td>
<td>Table Row</td>
</tr>
</table>

hr1.gif (724 bytes)

VALIGN - Controls whether the data inside a row is aligned on the TOP, BOTTOM, BASELINE, or CENTER. Default is CENTER.

Table Row Table Row
Table
Row
Table Row

 

tablecode.gif (633 bytes)

		
<table border="1" width="50%">
<tr>
<td>Table Row</td>
<td>Table Row</td>
</tr>
<tr valign="top">
<td>Table<br>Row</td>
<td>Table Row</td>
</tr>
</table>

hr1.gif (724 bytes)

BGCOLOR - Specifies the background color of the row in Hex or RGB triplet.

Table Row Table Row
Table Row Table Row

tablecode.gif (633 bytes)

		
<table border="1" width="50%">
<tr>
<td>Table Row</td>
<td>Table Row</td>
</tr>
<tr bgcolor="gray">
<td>Table Row</td>
<td>Table Row</td>
</tr>
</table>

hr1.gif (724 bytes)



Up to => Home / Quadzilla / Tables




Jupiter Online Media: internet.comearthweb.comDevx.commediabistro.comGraphics.com

Search:

Jupitermedia Corporation has two divisions: Jupiterimages and Jupiter Online Media

Jupitermedia Corporate Info


Legal Notices, Licensing, & Permissions, Privacy Policy.

Web Hosting | Newsletters | Tech Jobs | Shopping | E-mail Offers