Flux rss
Bookmark Bookmark & Share
Le tabelle Os quadros Die Tabellen Tableaux HTML Tablas

Using Tables

Often, it is helpful to present information in a more structured manner than a list. Tables can display this information in rows and columns. The tables are defined as series of rows.

A table must follow the rules below:

  • The table is enclosed within the tags <TABLE> and </TABLE>.
  • The title of the table is enclosed within <CAPTION> </CAPTION>.
  • Each row is enclosed within <TR> </TR> (for Table Row).
  • The header cells are enclosed within <TH> </TH> (for Table Header).
  • The data in the each cell is enclosed within <TD> </TD> (Table Data).

Here is an example of an HTML table:

<TABLE BORDER="1">
<CAPTION>This is the title of the table</CAPTION>
<TR>
<TH> Title A1 </TH>
<TH> Title A2 </TH>
<TH> Title A3 </TH>
<TH> Title A4 </TH>
</TR>
<TR>
<TH> Title B1 </TH>
<TD> Value B2 </TD>
<TD> Value B3 </TD>
<TD> Value B4 </TD>
</TR>
</TABLE>

The results of this code:

This is the title of the table
Title A1 Title A2 Title A3 Title A4
Title B1 Value B2 Value B3 Value B4

Attributes

Attribute Tags it applies to Value Visual Effect
ALIGN THEAD
TBODY
TH
TR
TD
CENTER

LEFT

RIGHT

JUSTIFY

centred

Left

Right

Justified

CAPTION TOP

BOTTOM

Above

Below

VALIGN
(vertical alignment)
THEAD
TBODY
TH
TR
TD
TOP

MIDDLE

BOTTOM

Top

Middle

Bottom

BORDER=n TABLE   Border size
CELLPADDING=n TABLE   Leaves n pixels of space between cell contents and border
CELLSPACING=n TABLE   Thickness of the space in between cells
FLOAT TABLE RIGHT

LEFT

Position of text that follows </TABLE>
COLS=n TABLE   Number of columns
FRAME

(controls individual table frame elements)

TABLE NONE

top

BOTTOM

TOPBOT

SIDES

ALL

None

Above

Bottom

All on top

On the sides

All

RULES

(controls cell grid elements)

TABLE NONE

BASIC

ROWS

COLS

ALL

None

basic

Line

Column

All

COLSPAN THEAD
TBODY
TH
TR
TD
  Makes cells fill multiple adjacent columns
ROWSPAN THEAD
TBODY
TH
TR
TD
  Makes cells fill multiple adjacent rows


Last update on Thursday October 16, 2008 02:43:14 PM.This document entitled « Tables » from Kioskea (en.kioskea.net) is made available under the Creative Commons license. You can copy, modify copies of this page, under the conditions stipulated by the licence, as this note appears clearly.
The Tablet PC The Tablet PC What is a Tablet PC? A Tablet PC: for whom and for what purpose? Tablet "slate" Convertible Tablet PC The price Criteria for choosing its Tablet PC New generation of Tablet PC What is a Tablet PC? More user... en.kioskea.net/faq/sujet-2350-the-tablet-pc
Tablet pavilion tx1000 Hello, Hello, i need to download video controller (VGA) for Windows XP tablet pavilion tx1000 , i found some links but it required to update windows, so plzzzzzzz help me to find any link that i can download from...thanx en.kioskea.net/forum/affich-29401-tablet-pavilion-tx1000
Sorting a table without using the sort functionSorting a table without using the sort function Getting started Pseudocode The coding Getting started First of all we initialize a variable $ max with the 1st value of table. Then we will make a loop until the table still contains... en.kioskea.net/faq/sujet-901-sorting-a-table-without-using-the-sort-function
MD5 crash downMD5 crash down Myth Reality Explanations Collisions Rainbow-Tables In practice Myth MD5 has been broken. It is safer not to use it. Reality FALSE. Explanations Collisions The MD5 flaw found in the possibility of finding MD5... en.kioskea.net/faq/sujet-1679-md5-crash-down
Updating a table having a common keyUpdating a table having a common key In the case you have two tables with a common key (in the case below it is the primary key "id"), it is possible to update a field in one of two tables (update_table) using data the second... en.kioskea.net/faq/sujet-1288-updating-a-table-having-a-common-key
Need Win XP Tablet PC Edition OSHello, I need to reinstall Win XP Tablet PC Edition on my ThinkPad X41 Tablet Laptop. I have the serial number but I cannot locate the CD/DVDs. I used a standard XP Professional CD to get the laptop to work, but I lost all of the tablet capabilities... en.kioskea.net/forum/affich-65860-need-win-xp-tablet-pc-edition-os
Reseting filters in pivot tableHello, I have a pivot table which consists 49 columns and more than 7000 rows. I have made some check boxes which hide 42 columns and can be seen only after clicking on check boxes. Due to so many columns, User commonly forget in which column he has... en.kioskea.net/forum/affich-55001-reseting-filters-in-pivot-table
Putting a picture in a table (Word 97)Hello, I'm using Word 97. I'm writing some instructions, using a table to format them, step, by step. I want to put an image in one of the steps (to illustrate what the user should see on the screen), but everytime I try to paste it into the table, it... en.kioskea.net/forum/affich-55952-putting-a-picture-in-a-table-word-97
Download Free Excel/Xls to Pdf ConverterConvert quickly and easily your Excel documents to PDF documents. Very simple with Excel / Xls to Pdf Converter. It is the tool of conversion that allows you to convert an Excel file to PDF. The conversion can be made individually or by package.... en.kioskea.net/telecharger/telecharger-1500-free-excel-xls-to-pdf-converter
Download SQL Script BuilderSQL Script Builder is a program which allows to design an SQL script with the MySql format, MS SQL, Oracle, Pervasive or PostgreSQL from a database. This script will move all or a part of the tables of the specified database to the desired... en.kioskea.net/telecharger/telecharger-3430-sql-script-builder
Download Recovery for InterbaseInterbaseRecovery is a tool for restoring database for Interbase and Firebird databases corrupt. It helps restore the tables, data, indexes, procedures, views, constraints and many more. The recovery is stored in a Transact-SQL. The demo version does... en.kioskea.net/telecharger/telecharger-1946-recovery-for-interbase
Obama invites Americans to take a "Seat at the Table"President-elect Barack Obama, seen here on December 3, 2008, on Saturday took a cyber-step towards greater transparency and interactive government with a new feature on his official transition website called "Seat at the Table." US president-elect... en.kioskea.net/actualites/obama-invites-americans-to-take-a-seat-at-the-table-11039-actualite.php3
FAT16 and FAT32The FAT16 file system The first file system to be used on a Microsoft operating system was the FAT system, which uses a file allocation table. The file allocation table is actually an index which lists the content of the disk in order to record the... en.kioskea.net/contents/repar/fat32.php3
The NTFS file systemThe NTFS file system The NTFS file system (New Technology File System) is based on a structure called the "master file table" or MFT, which is able to hold detailed information on files. This system allows the use of long names, but, unlike the... en.kioskea.net/contents/repar/ntfs.php3
Vector and bitmap imagesvector images and bitmap images There are two main categories of images: bitmap images (also called raster images): these are pixeled images, i.e. a set of points (pixels) contained in a table, each of these points having one or more values... en.kioskea.net/contents/video/vector.php3