iNET Interactive - Online Advertising Agency
          
   Home    Authors    About    Login    Contact Us
   Search:   
Advanced Search     
  Articles

  ASP (26)
  ASP.NET (19)
  C and C++ (4)
  CFML (2)
  CGI and Perl (16)
  Flash (2)
  Java (7)
  JavaScript (28)
  PHP (92)
  MySQL (13)
  MSSQL (3)
  HTML (35)
  SEO (9)
  Visual Basic (12)
  CSS (13)
  SSI (5)
  XML (12)
  C# (14)

  Developer News

August 7, 2008
Wish XML a happy birthday
About
 
August 7, 2008
Poll: How important is SEO to your overal website strategy?
About
 
August 7, 2008
How to Create a Search Feature with PHP and MySQL
WebReference.com
 
August 7, 2008
1 comment
.net
 
August 6, 2008
10 New SEO Reports
About
 
August 5, 2008
Array Creator
EarthWeb.com
 
Courtesy of moreover.com
 
Want to receive new articles via e-mail? Click here!
/Home /HTML

HTML Tables 101 

  Views:    6331
  Votes:    1
by Diego Botello 11/30/03 Rating: 

Synopsis:

Tables are a fundamental part of any web page and let you keep an order on your web design, so mastering them is a must for every web developer.
Pages: firstback1 3 forwardlast
The Article

<tr> attributes

The <tr> tag attributes are similar to the ones of the <table> tag.  The below example show them on action

<table border=2 width=50%>
<tr bgcolor="yellow" align="center">
<td>Canada</td>
<td>Ontario</td>
</tr>
<tr bordercolor="red">
<td>USA</td>
<td>Washington</td>
</tr>
<tr>
<td>England</td>
<td>London</td>
</tr>
</table>

Canada Ontario
USA Washington
England London

The table below shows a complete list of <tr> attributes

Attribute

Description

Align

Horizontal align

Halign

Horizontal align

Valign

Vertical align

Bgcolor

Color of the background

Background

Background image

Bordercolor

Color of the border around each cell

Bordercolorlight

color of the "light" part of the row border

bordercolordark

color of the "dark" part of the row border

Pages: firstback1 3 forwardlast

Similar/related articles:


 
  Sponsors