1. Home
  2. Computing & Technology
  3. Web Design / HTML

HTML Tables Tutorial

By , About.com Guide

1 of 6

Basic Tags to Create Tables on Your Site

Tables are one of the most powerful formatting tools you can use with HTML 3.2 and below. The full table standard Request for Comment (RFC) was written in 1996, and with HTML 3.2, the W3C included a subset in the HTML standard.

There are three primary tags for use with a table:

  • <table>   </table>
    This tag defines the table
  • <tr>   </tr>
    This tag defines a row in the table
  • <td>   </td>
    This tag defines a column in the table
Explore Web Design / HTML
About.com Special Features

Holiday Central

What to eat, where to go, fun things to do and how to save money on the perfect gifts. More >

Family Tech Center

Stay connected and entertained with reviews on tips on the latest HDTVs, cellphones and more. More >

  1. Home
  2. Computing & Technology
  3. Web Design / HTML
  4. About.com Web Design A to Z
  5. Web Design Articles A-H
  6. Web Design/HTML Articles H
  7. HTML Tables Tutorial>

©2009 About.com, a part of The New York Times Company.

All rights reserved.