Web Design / HTML

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

HTML Tables Tutorial

By Jennifer Kyrnin, About.com

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

Build Your Own Website

Step-by-step advice on how to do everything from choosing a Web host to promoting your content. More >

Connect Your Home Computers

Easy ways to connect two computers for networking purposes. More >

Web Design / HTML

  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.